Html Css Color HEX #FC0A71 Razzmatazz

📋 copy color: '#FC0A71'

red 252 ◦ green 10 ◦ blue 113

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

Shades of Razzmatazz #FC0A71

Tints of Razzmatazz #FC0A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.67%

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

R = 67.2%
G = 2.67%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC0A71 (or 0xFC0A71) is known color: Razzmatazz. HEX triplet: FC, 0A and 71. RGB value is (252,10,113). Sum of RGB (Red+Green+Blue) = 252+10+113=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A71 is #03F58E. Grayscale: #5D5D5D. Windows color (decimal): -259471 or 7408380. OLE color: 7408380.

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

Color convert

RGB 252 10 113 -
CMYK 0 0.96 0.55 0.01
HSL 334.46º 0.98% 0.51% -
HSV(B) 334.46º 0.96% 0.99% -
XYZ 43.23 22.1 17.61 -
YUV 94.1 138.67 240.62 -
System Red Green Blue C M Y K H S L
Decimal 252 10 113 0 0.96 0.55 0.01 334.46 0.98 0.51
Hex FC A 71 0 60 37 1 14E 62 33
Octal 374 12 161 0 140 67 1 516 142 63
Binary 11111100 1010 1110001 0 1100000 110111 1 101001110 1100010 110011

Color Harmonies of #FC0A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A71

Black with #FC0A71

Text Example


Text Example

White with #FC0A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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