Html Css Color HEX #F20074 Razzmatazz

📋 copy color: '#F20074'

red 242 ◦ green 0 ◦ blue 116

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

Shades of Razzmatazz #F20074

Tints of Razzmatazz #F20074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 67.6%
G = 0%
B = 32.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F20074 (or 0xF20074) is known color: Razzmatazz. HEX triplet: F2, 00 and 74. RGB value is (242,0,116). Sum of RGB (Red+Green+Blue) = 242+0+116=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F20074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20074 is #0DFF8B. Grayscale: #555555. Windows color (decimal): -917388 or 7602418. OLE color: 7602418.

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

Color convert

RGB 242 0 116 -
CMYK 0 1 0.52 0.05
HSL 331.24º 1% 0.47% -
HSV(B) 331.24º 1% 0.95% -
XYZ 39.77 20.14 18.31 -
YUV 85.58 145.17 239.57 -
System Red Green Blue C M Y K H S L
Decimal 242 0 116 0 1 0.52 0.05 331.24 1 0.47
Hex F2 0 74 0 64 34 5 14B 64 2F
Octal 362 0 164 0 144 64 5 513 144 57
Binary 11110010 0 1110100 0 1100100 110100 101 101001011 1100100 101111

Color Harmonies of #F20074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20074

Black with #F20074

Text Example


Text Example

White with #F20074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20074; }

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

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

background-color css

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

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

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

border-color css

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

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

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