Html Css Color HEX #F2125F Razzmatazz

📋 copy color: '#F2125F'

red 242 ◦ green 18 ◦ blue 95

#F2125F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #F2125F

Tints of Razzmatazz #F2125F

RGB

 RED value IS 242 (94.92% from 255) = 68.17%

 GREEN value IS 18 (7.42% from 255) = 5.07%

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 68.17%
G = 5.07%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2125F (or 0xF2125F) is known color: Razzmatazz. HEX triplet: F2, 12 and 5F. RGB value is (242,18,95). Sum of RGB (Red+Green+Blue) = 242+18+95=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2125F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2125F is #0DEDA0. Grayscale: #5D5D5D. Windows color (decimal): -912801 or 6230770. OLE color: 6230770.

HSL color Cylindrical-coordinate representation of color #F2125F: hue angle of 339.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2125F is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 18 95 -
CMYK 0 0.93 0.61 0.05
HSL 339.38º 0.9% 0.51% -
HSV(B) 339.38º 0.93% 0.95% -
XYZ 38.9 20.14 12.66 -
YUV 93.75 128.71 233.74 -
System Red Green Blue C M Y K H S L
Decimal 242 18 95 0 0.93 0.61 0.05 339.38 0.9 0.51
Hex F2 12 5F 0 5D 3D 5 153 5A 33
Octal 362 22 137 0 135 75 5 523 132 63
Binary 11110010 10010 1011111 0 1011101 111101 101 101010011 1011010 110011

Color Harmonies of #F2125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2125F

Black with #F2125F

Text Example


Text Example

White with #F2125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2125F; }

 p { color: rgb(242,18,95); }

 H1.HeaderClassName
 {
   color: #F2125F;
 }
 .AnyTagClassName
 {
   color: #F2125F;
 }
</style>

background-color css

<style>
 a { background-color: #F2125F; }

 a { background-color: rgb(242,18,95); }

 div.DivClassName
 {
   background-color: #F2125F;
 }
 .BgClassName
 {
   background-color: #F2125F;
 }
</style>

border-color css

<style>
 span { border-color: #F2125F; }

 span { border-color: rgb(242,18,95); }

 td.TdClassName
 {
   border-color: #F2125F;
 }
 .TagClassName
 {
   border-color: #F2125F;
 }
</style>