Html Css Color HEX #FC0063 Razzmatazz

📋 copy color: '#FC0063'

red 252 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #FC0063

Tints of Razzmatazz #FC0063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.21%

R = 71.79%
G = 0%
B = 28.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC0063 (or 0xFC0063) is known color: Razzmatazz. HEX triplet: FC, 00 and 63. RGB value is (252,0,99). Sum of RGB (Red+Green+Blue) = 252+0+99=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0063 is #03FF9C. Grayscale: #565656. Windows color (decimal): -262045 or 6488316. OLE color: 6488316.

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

Color convert

RGB 252 0 99 -
CMYK 0 1 0.61 0.01
HSL 336.43º 1% 0.49% -
HSV(B) 336.43º 1% 0.99% -
XYZ 42.4 21.6 13.74 -
YUV 86.63 134.99 245.95 -
System Red Green Blue C M Y K H S L
Decimal 252 0 99 0 1 0.61 0.01 336.43 1 0.49
Hex FC 0 63 0 64 3D 1 150 64 31
Octal 374 0 143 0 144 75 1 520 144 61
Binary 11111100 0 1100011 0 1100100 111101 1 101010000 1100100 110001

Color Harmonies of #FC0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0063

Black with #FC0063

Text Example


Text Example

White with #FC0063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0063; }

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

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

background-color css

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

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

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

border-color css

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

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

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