Html Css Color HEX #FC0464 Razzmatazz

📋 copy color: '#FC0464'

red 252 ◦ green 4 ◦ blue 100

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

Shades of Razzmatazz #FC0464

Tints of Razzmatazz #FC0464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.09%

R = 70.79%
G = 1.12%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC0464 (or 0xFC0464) is known color: Razzmatazz. HEX triplet: FC, 04 and 64. RGB value is (252,4,100). Sum of RGB (Red+Green+Blue) = 252+4+100=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0464 is #03FB9B. Grayscale: #585858. Windows color (decimal): -261020 or 6554876. OLE color: 6554876.

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

Color convert

RGB 252 4 100 -
CMYK 0 0.98 0.60 0.01
HSL 336.77º 0.98% 0.5% -
HSV(B) 336.77º 0.98% 0.99% -
XYZ 42.49 21.7 14.01 -
YUV 89.1 134.16 244.19 -
System Red Green Blue C M Y K H S L
Decimal 252 4 100 0 0.98 0.60 0.01 336.77 0.98 0.5
Hex FC 4 64 0 62 3C 1 151 62 32
Octal 374 4 144 0 142 74 1 521 142 62
Binary 11111100 100 1100100 0 1100010 111100 1 101010001 1100010 110010

Color Harmonies of #FC0464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0464

Black with #FC0464

Text Example


Text Example

White with #FC0464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0464; }

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

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

background-color css

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

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

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

border-color css

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

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

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