Html Css Color HEX #FC0073 Razzmatazz

📋 copy color: '#FC0073'

red 252 ◦ green 0 ◦ blue 115

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

Shades of Razzmatazz #FC0073

Tints of Razzmatazz #FC0073

RGB

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

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

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

R = 68.66%
G = 0%
B = 31.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC0073 (or 0xFC0073) is known color: Razzmatazz. HEX triplet: FC, 00 and 73. RGB value is (252,0,115). Sum of RGB (Red+Green+Blue) = 252+0+115=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0073 is #03FF8C. Grayscale: #585858. Windows color (decimal): -262029 or 7536892. OLE color: 7536892.

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

Color convert

RGB 252 0 115 -
CMYK 0 1 0.54 0.01
HSL 332.62º 1% 0.49% -
HSV(B) 332.62º 1% 0.99% -
XYZ 43.24 21.93 18.17 -
YUV 88.46 142.99 244.65 -
System Red Green Blue C M Y K H S L
Decimal 252 0 115 0 1 0.54 0.01 332.62 1 0.49
Hex FC 0 73 0 64 36 1 14D 64 31
Octal 374 0 163 0 144 66 1 515 144 61
Binary 11111100 0 1110011 0 1100100 110110 1 101001101 1100100 110001

Color Harmonies of #FC0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0073

Black with #FC0073

Text Example


Text Example

White with #FC0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0073; }

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

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

background-color css

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

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

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

border-color css

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

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

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