Html Css Color HEX #F20959 Razzmatazz

📋 copy color: '#F20959'

red 242 ◦ green 9 ◦ blue 89

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

Shades of Razzmatazz #F20959

Tints of Razzmatazz #F20959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

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

R = 71.18%
G = 2.65%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F20959 (or 0xF20959) is known color: Razzmatazz. HEX triplet: F2, 09 and 59. RGB value is (242,9,89). Sum of RGB (Red+Green+Blue) = 242+9+89=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F20959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20959 is #0DF6A6. Grayscale: #575757. Windows color (decimal): -915111 or 5835250. OLE color: 5835250.

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

Color convert

RGB 242 9 89 -
CMYK 0 0.96 0.63 0.05
HSL 339.4º 0.93% 0.49% -
HSV(B) 339.4º 0.96% 0.95% -
XYZ 38.52 19.79 11.24 -
YUV 87.79 128.69 238 -
System Red Green Blue C M Y K H S L
Decimal 242 9 89 0 0.96 0.63 0.05 339.4 0.93 0.49
Hex F2 9 59 0 60 3F 5 153 5D 31
Octal 362 11 131 0 140 77 5 523 135 61
Binary 11110010 1001 1011001 0 1100000 111111 101 101010011 1011101 110001

Color Harmonies of #F20959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20959

Black with #F20959

Text Example


Text Example

White with #F20959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20959; }

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

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

background-color css

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

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

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

border-color css

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

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

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