Html Css Color HEX #FC0466 Razzmatazz

📋 copy color: '#FC0466'

red 252 ◦ green 4 ◦ blue 102

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

Shades of Razzmatazz #FC0466

Tints of Razzmatazz #FC0466

RGB

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

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

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

R = 70.39%
G = 1.12%
B = 28.49%

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

#FC0466 (or 0xFC0466) is known color: Razzmatazz. HEX triplet: FC, 04 and 66. RGB value is (252,4,102). Sum of RGB (Red+Green+Blue) = 252+4+102=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0466 is #03FB99. Grayscale: #595959. Windows color (decimal): -261018 or 6685948. OLE color: 6685948.

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

Color convert

RGB 252 4 102 -
CMYK 0 0.98 0.60 0.01
HSL 336.29º 0.98% 0.5% -
HSV(B) 336.29º 0.98% 0.99% -
XYZ 42.59 21.74 14.52 -
YUV 89.32 135.16 244.03 -
System Red Green Blue C M Y K H S L
Decimal 252 4 102 0 0.98 0.60 0.01 336.29 0.98 0.5
Hex FC 4 66 0 62 3C 1 150 62 32
Octal 374 4 146 0 142 74 1 520 142 62
Binary 11111100 100 1100110 0 1100010 111100 1 101010000 1100010 110010

Color Harmonies of #FC0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0466

Black with #FC0466

Text Example


Text Example

White with #FC0466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0466; }

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

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

background-color css

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

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

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

border-color css

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

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

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