Html Css Color HEX #FC0066 Razzmatazz

📋 copy color: '#FC0066'

red 252 ◦ green 0 ◦ blue 102

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

Shades of Razzmatazz #FC0066

Tints of Razzmatazz #FC0066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.81%

R = 71.19%
G = 0%
B = 28.81%

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

#FC0066 (or 0xFC0066) is known color: Razzmatazz. HEX triplet: FC, 00 and 66. RGB value is (252,0,102). Sum of RGB (Red+Green+Blue) = 252+0+102=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0066 is #03FF99. Grayscale: #565656. Windows color (decimal): -262042 or 6684924. OLE color: 6684924.

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

Color convert

RGB 252 0 102 -
CMYK 0 1 0.60 0.01
HSL 335.71º 1% 0.49% -
HSV(B) 335.71º 1% 0.99% -
XYZ 42.54 21.65 14.51 -
YUV 86.98 136.49 245.71 -
System Red Green Blue C M Y K H S L
Decimal 252 0 102 0 1 0.60 0.01 335.71 1 0.49
Hex FC 0 66 0 64 3C 1 150 64 31
Octal 374 0 146 0 144 74 1 520 144 61
Binary 11111100 0 1100110 0 1100100 111100 1 101010000 1100100 110001

Color Harmonies of #FC0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0066

Black with #FC0066

Text Example


Text Example

White with #FC0066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0066; }

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

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

background-color css

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

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

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

border-color css

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

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

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