Html Css Color HEX #F20259 Razzmatazz

📋 copy color: '#F20259'

red 242 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #F20259

Tints of Razzmatazz #F20259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 72.67%
G = 0.6%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F20259 (or 0xF20259) is known color: Razzmatazz. HEX triplet: F2, 02 and 59. RGB value is (242,2,89). Sum of RGB (Red+Green+Blue) = 242+2+89=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F20259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20259 is #0DFDA6. Grayscale: #535353. Windows color (decimal): -916903 or 5833458. OLE color: 5833458.

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

Color convert

RGB 242 2 89 -
CMYK 0 0.99 0.63 0.05
HSL 338.25º 0.98% 0.48% -
HSV(B) 338.25º 0.99% 0.95% -
XYZ 38.44 19.64 11.22 -
YUV 83.68 131.01 240.93 -
System Red Green Blue C M Y K H S L
Decimal 242 2 89 0 0.99 0.63 0.05 338.25 0.98 0.48
Hex F2 2 59 0 63 3F 5 152 62 30
Octal 362 2 131 0 143 77 5 522 142 60
Binary 11110010 10 1011001 0 1100011 111111 101 101010010 1100010 110000

Color Harmonies of #F20259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20259

Black with #F20259

Text Example


Text Example

White with #F20259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20259; }

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

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

background-color css

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

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

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

border-color css

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

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

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