Html Css Color HEX #F20063 Razzmatazz

📋 copy color: '#F20063'

red 242 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #F20063

Tints of Razzmatazz #F20063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 70.97%
G = 0%
B = 29.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F20063 (or 0xF20063) is known color: Razzmatazz. HEX triplet: F2, 00 and 63. RGB value is (242,0,99). Sum of RGB (Red+Green+Blue) = 242+0+99=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F20063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20063 is #0DFF9C. Grayscale: #535353. Windows color (decimal): -917405 or 6488306. OLE color: 6488306.

HSL color Cylindrical-coordinate representation of color #F20063: hue angle of 335.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20063 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 99 -
CMYK 0 1 0.59 0.05
HSL 335.45º 1% 0.47% -
HSV(B) 335.45º 1% 0.95% -
XYZ 38.87 19.78 13.57 -
YUV 83.64 136.67 240.95 -
System Red Green Blue C M Y K H S L
Decimal 242 0 99 0 1 0.59 0.05 335.45 1 0.47
Hex F2 0 63 0 64 3B 5 14F 64 2F
Octal 362 0 143 0 144 73 5 517 144 57
Binary 11110010 0 1100011 0 1100100 111011 101 101001111 1100100 101111

Color Harmonies of #F20063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20063

Black with #F20063

Text Example


Text Example

White with #F20063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20063; }

 p { color: rgb(242,0,99); }

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

background-color css

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

 a { background-color: rgb(242,0,99); }

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

border-color css

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

 span { border-color: rgb(242,0,99); }

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