Html Css Color HEX #FC0C71 Razzmatazz

📋 copy color: '#FC0C71'

red 252 ◦ green 12 ◦ blue 113

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

Shades of Razzmatazz #FC0C71

Tints of Razzmatazz #FC0C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.18%

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

R = 66.84%
G = 3.18%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC0C71 (or 0xFC0C71) is known color: Razzmatazz. HEX triplet: FC, 0C and 71. RGB value is (252,12,113). Sum of RGB (Red+Green+Blue) = 252+12+113=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0C71 is #03F38E. Grayscale: #5F5F5F. Windows color (decimal): -258959 or 7408892. OLE color: 7408892.

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

Color convert

RGB 252 12 113 -
CMYK 0 0.95 0.55 0.01
HSL 334.75º 0.98% 0.52% -
HSV(B) 334.75º 0.95% 0.99% -
XYZ 43.26 22.15 17.62 -
YUV 95.27 138.01 239.79 -
System Red Green Blue C M Y K H S L
Decimal 252 12 113 0 0.95 0.55 0.01 334.75 0.98 0.52
Hex FC C 71 0 5F 37 1 14F 62 34
Octal 374 14 161 0 137 67 1 517 142 64
Binary 11111100 1100 1110001 0 1011111 110111 1 101001111 1100010 110100

Color Harmonies of #FC0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C71

Black with #FC0C71

Text Example


Text Example

White with #FC0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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