Html Css Color HEX #FC0071 Razzmatazz

📋 copy color: '#FC0071'

red 252 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #FC0071

Tints of Razzmatazz #FC0071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.96%

R = 69.04%
G = 0%
B = 30.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC0071 (or 0xFC0071) is known color: Razzmatazz. HEX triplet: FC, 00 and 71. RGB value is (252,0,113). Sum of RGB (Red+Green+Blue) = 252+0+113=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0071 is #03FF8E. Grayscale: #585858. Windows color (decimal): -262031 or 7405820. OLE color: 7405820.

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

Color convert

RGB 252 0 113 -
CMYK 0 1 0.55 0.01
HSL 333.1º 1% 0.49% -
HSV(B) 333.1º 1% 0.99% -
XYZ 43.13 21.89 17.57 -
YUV 88.23 141.99 244.81 -
System Red Green Blue C M Y K H S L
Decimal 252 0 113 0 1 0.55 0.01 333.1 1 0.49
Hex FC 0 71 0 64 37 1 14D 64 31
Octal 374 0 161 0 144 67 1 515 144 61
Binary 11111100 0 1110001 0 1100100 110111 1 101001101 1100100 110001

Color Harmonies of #FC0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0071

Black with #FC0071

Text Example


Text Example

White with #FC0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0071; }

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

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

background-color css

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

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

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

border-color css

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

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

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