Html Css Color HEX #F20572 Razzmatazz

📋 copy color: '#F20572'

red 242 ◦ green 5 ◦ blue 114

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

Shades of Razzmatazz #F20572

Tints of Razzmatazz #F20572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 67.04%
G = 1.39%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F20572 (or 0xF20572) is known color: Razzmatazz. HEX triplet: F2, 05 and 72. RGB value is (242,5,114). Sum of RGB (Red+Green+Blue) = 242+5+114=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F20572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20572 is #0DFA8D. Grayscale: #585858. Windows color (decimal): -916110 or 7472626. OLE color: 7472626.

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

Color convert

RGB 242 5 114 -
CMYK 0 0.98 0.53 0.05
HSL 332.41º 0.96% 0.48% -
HSV(B) 332.41º 0.98% 0.95% -
XYZ 39.71 20.2 17.73 -
YUV 88.29 142.52 237.64 -
System Red Green Blue C M Y K H S L
Decimal 242 5 114 0 0.98 0.53 0.05 332.41 0.96 0.48
Hex F2 5 72 0 62 35 5 14C 60 30
Octal 362 5 162 0 142 65 5 514 140 60
Binary 11110010 101 1110010 0 1100010 110101 101 101001100 1100000 110000

Color Harmonies of #F20572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20572

Black with #F20572

Text Example


Text Example

White with #F20572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20572; }

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

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

background-color css

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

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

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

border-color css

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

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

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