Html Css Color HEX #FC0873 Razzmatazz

📋 copy color: '#FC0873'

red 252 ◦ green 8 ◦ blue 115

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

Shades of Razzmatazz #FC0873

Tints of Razzmatazz #FC0873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 67.2%
G = 2.13%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC0873 (or 0xFC0873) is known color: Razzmatazz. HEX triplet: FC, 08 and 73. RGB value is (252,8,115). Sum of RGB (Red+Green+Blue) = 252+8+115=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0873 is #03F78C. Grayscale: #5C5C5C. Windows color (decimal): -259981 or 7538940. OLE color: 7538940.

HSL color Cylindrical-coordinate representation of color #FC0873: hue angle of 333.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0873 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 8 115 -
CMYK 0 0.97 0.54 0.01
HSL 333.69º 0.98% 0.51% -
HSV(B) 333.69º 0.97% 0.99% -
XYZ 43.33 22.11 18.2 -
YUV 93.15 140.34 241.3 -
System Red Green Blue C M Y K H S L
Decimal 252 8 115 0 0.97 0.54 0.01 333.69 0.98 0.51
Hex FC 8 73 0 61 36 1 14E 62 33
Octal 374 10 163 0 141 66 1 516 142 63
Binary 11111100 1000 1110011 0 1100001 110110 1 101001110 1100010 110011

Color Harmonies of #FC0873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0873

Black with #FC0873

Text Example


Text Example

White with #FC0873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0873; }

 p { color: rgb(252,8,115); }

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

background-color css

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

 a { background-color: rgb(252,8,115); }

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

border-color css

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

 span { border-color: rgb(252,8,115); }

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