Html Css Color HEX #F20574 Razzmatazz

📋 copy color: '#F20574'

red 242 ◦ green 5 ◦ blue 116

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

Shades of Razzmatazz #F20574

Tints of Razzmatazz #F20574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 66.67%
G = 1.38%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F20574 (or 0xF20574) is known color: Razzmatazz. HEX triplet: F2, 05 and 74. RGB value is (242,5,116). Sum of RGB (Red+Green+Blue) = 242+5+116=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F20574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20574 is #0DFA8B. Grayscale: #585858. Windows color (decimal): -916108 or 7603698. OLE color: 7603698.

HSL color Cylindrical-coordinate representation of color #F20574: hue angle of 331.9º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20574 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 116 -
CMYK 0 0.98 0.52 0.05
HSL 331.9º 0.96% 0.48% -
HSV(B) 331.9º 0.98% 0.95% -
XYZ 39.82 20.25 18.33 -
YUV 88.52 143.52 237.47 -
System Red Green Blue C M Y K H S L
Decimal 242 5 116 0 0.98 0.52 0.05 331.9 0.96 0.48
Hex F2 5 74 0 62 34 5 14C 60 30
Octal 362 5 164 0 142 64 5 514 140 60
Binary 11110010 101 1110100 0 1100010 110100 101 101001100 1100000 110000

Color Harmonies of #F20574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20574

Black with #F20574

Text Example


Text Example

White with #F20574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20574; }

 p { color: rgb(242,5,116); }

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

background-color css

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

 a { background-color: rgb(242,5,116); }

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

border-color css

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

 span { border-color: rgb(242,5,116); }

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