Html Css Color HEX #F20475 Razzmatazz

📋 copy color: '#F20475'

red 242 ◦ green 4 ◦ blue 117

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

Shades of Razzmatazz #F20475

Tints of Razzmatazz #F20475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 66.67%
G = 1.1%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F20475 (or 0xF20475) is known color: Razzmatazz. HEX triplet: F2, 04 and 75. RGB value is (242,4,117). Sum of RGB (Red+Green+Blue) = 242+4+117=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F20475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20475 is #0DFB8A. Grayscale: #575757. Windows color (decimal): -916363 or 7668978. OLE color: 7668978.

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

Color convert

RGB 242 4 117 -
CMYK 0 0.98 0.52 0.05
HSL 331.51º 0.97% 0.48% -
HSV(B) 331.51º 0.98% 0.95% -
XYZ 39.87 20.25 18.64 -
YUV 88.04 144.35 237.81 -
System Red Green Blue C M Y K H S L
Decimal 242 4 117 0 0.98 0.52 0.05 331.51 0.97 0.48
Hex F2 4 75 0 62 34 5 14C 61 30
Octal 362 4 165 0 142 64 5 514 141 60
Binary 11110010 100 1110101 0 1100010 110100 101 101001100 1100001 110000

Color Harmonies of #F20475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20475

Black with #F20475

Text Example


Text Example

White with #F20475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20475; }

 p { color: rgb(242,4,117); }

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

background-color css

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

 a { background-color: rgb(242,4,117); }

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

border-color css

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

 span { border-color: rgb(242,4,117); }

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