Html Css Color HEX #F20559 Razzmatazz

📋 copy color: '#F20559'

red 242 ◦ green 5 ◦ blue 89

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

Shades of Razzmatazz #F20559

Tints of Razzmatazz #F20559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 72.02%
G = 1.49%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F20559 (or 0xF20559) is known color: Razzmatazz. HEX triplet: F2, 05 and 59. RGB value is (242,5,89). Sum of RGB (Red+Green+Blue) = 242+5+89=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F20559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20559 is #0DFAA6. Grayscale: #555555. Windows color (decimal): -916135 or 5834226. OLE color: 5834226.

HSL color Cylindrical-coordinate representation of color #F20559: hue angle of 338.73º 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 #F20559 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 89 -
CMYK 0 0.98 0.63 0.05
HSL 338.73º 0.96% 0.48% -
HSV(B) 338.73º 0.98% 0.95% -
XYZ 38.48 19.71 11.23 -
YUV 85.44 130.02 239.67 -
System Red Green Blue C M Y K H S L
Decimal 242 5 89 0 0.98 0.63 0.05 338.73 0.96 0.48
Hex F2 5 59 0 62 3F 5 153 60 30
Octal 362 5 131 0 142 77 5 523 140 60
Binary 11110010 101 1011001 0 1100010 111111 101 101010011 1100000 110000

Color Harmonies of #F20559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20559

Black with #F20559

Text Example


Text Example

White with #F20559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20559; }

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

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

background-color css

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

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

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

border-color css

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

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

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