Html Css Color HEX #FC0060 Razzmatazz

📋 copy color: '#FC0060'

red 252 ◦ green 0 ◦ blue 96

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

Shades of Razzmatazz #FC0060

Tints of Razzmatazz #FC0060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 72.41%
G = 0%
B = 27.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC0060 (or 0xFC0060) is known color: Razzmatazz. HEX triplet: FC, 00 and 60. RGB value is (252,0,96). Sum of RGB (Red+Green+Blue) = 252+0+96=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0060 is #03FF9F. Grayscale: #565656. Windows color (decimal): -262048 or 6291708. OLE color: 6291708.

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

Color convert

RGB 252 0 96 -
CMYK 0 1 0.62 0.01
HSL 337.14º 1% 0.49% -
HSV(B) 337.14º 1% 0.99% -
XYZ 42.26 21.54 13 -
YUV 86.29 133.49 246.19 -
System Red Green Blue C M Y K H S L
Decimal 252 0 96 0 1 0.62 0.01 337.14 1 0.49
Hex FC 0 60 0 64 3E 1 151 64 31
Octal 374 0 140 0 144 76 1 521 144 61
Binary 11111100 0 1100000 0 1100100 111110 1 101010001 1100100 110001

Color Harmonies of #FC0060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0060

Black with #FC0060

Text Example


Text Example

White with #FC0060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0060; }

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

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

background-color css

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

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

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

border-color css

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

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

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