Html Css Color HEX #FC0064 Razzmatazz

📋 copy color: '#FC0064'

red 252 ◦ green 0 ◦ blue 100

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

Shades of Razzmatazz #FC0064

Tints of Razzmatazz #FC0064

RGB

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

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

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

R = 71.59%
G = 0%
B = 28.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC0064 (or 0xFC0064) is known color: Razzmatazz. HEX triplet: FC, 00 and 64. RGB value is (252,0,100). Sum of RGB (Red+Green+Blue) = 252+0+100=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0064 is #03FF9B. Grayscale: #565656. Windows color (decimal): -262044 or 6553852. OLE color: 6553852.

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

Color convert

RGB 252 0 100 -
CMYK 0 1 0.60 0.01
HSL 336.19º 1% 0.49% -
HSV(B) 336.19º 1% 0.99% -
XYZ 42.45 21.62 13.99 -
YUV 86.75 135.49 245.87 -
System Red Green Blue C M Y K H S L
Decimal 252 0 100 0 1 0.60 0.01 336.19 1 0.49
Hex FC 0 64 0 64 3C 1 150 64 31
Octal 374 0 144 0 144 74 1 520 144 61
Binary 11111100 0 1100100 0 1100100 111100 1 101010000 1100100 110001

Color Harmonies of #FC0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0064

Black with #FC0064

Text Example


Text Example

White with #FC0064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0064; }

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

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

background-color css

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

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

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

border-color css

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

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

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