Html Css Color HEX #FC0472 Razzmatazz

📋 copy color: '#FC0472'

red 252 ◦ green 4 ◦ blue 114

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

Shades of Razzmatazz #FC0472

Tints of Razzmatazz #FC0472

RGB

 RED value IS 252 (98.83% from 255) = 68.11%

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

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

R = 68.11%
G = 1.08%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC0472 (or 0xFC0472) is known color: Razzmatazz. HEX triplet: FC, 04 and 72. RGB value is (252,4,114). Sum of RGB (Red+Green+Blue) = 252+4+114=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0472 is #03FB8D. Grayscale: #5A5A5A. Windows color (decimal): -261006 or 7472380. OLE color: 7472380.

HSL color Cylindrical-coordinate representation of color #FC0472: hue angle of 333.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0472 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 4 114 -
CMYK 0 0.98 0.55 0.01
HSL 333.39º 0.98% 0.5% -
HSV(B) 333.39º 0.98% 0.99% -
XYZ 43.23 22 17.89 -
YUV 90.69 141.16 243.06 -
System Red Green Blue C M Y K H S L
Decimal 252 4 114 0 0.98 0.55 0.01 333.39 0.98 0.5
Hex FC 4 72 0 62 37 1 14D 62 32
Octal 374 4 162 0 142 67 1 515 142 62
Binary 11111100 100 1110010 0 1100010 110111 1 101001101 1100010 110010

Color Harmonies of #FC0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0472

Black with #FC0472

Text Example


Text Example

White with #FC0472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0472; }

 p { color: rgb(252,4,114); }

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

background-color css

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

 a { background-color: rgb(252,4,114); }

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

border-color css

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

 span { border-color: rgb(252,4,114); }

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