Html Css Color HEX #FC0A6E Razzmatazz

📋 copy color: '#FC0A6E'

red 252 ◦ green 10 ◦ blue 110

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

Shades of Razzmatazz #FC0A6E

Tints of Razzmatazz #FC0A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 67.74%
G = 2.69%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC0A6E (or 0xFC0A6E) is known color: Razzmatazz. HEX triplet: FC, 0A and 6E. RGB value is (252,10,110). Sum of RGB (Red+Green+Blue) = 252+10+110=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A6E is #03F591. Grayscale: #5D5D5D. Windows color (decimal): -259474 or 7211772. OLE color: 7211772.

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

Color convert

RGB 252 10 110 -
CMYK 0 0.96 0.56 0.01
HSL 335.21º 0.98% 0.51% -
HSV(B) 335.21º 0.96% 0.99% -
XYZ 43.07 22.04 16.74 -
YUV 93.76 137.17 240.87 -
System Red Green Blue C M Y K H S L
Decimal 252 10 110 0 0.96 0.56 0.01 335.21 0.98 0.51
Hex FC A 6E 0 60 38 1 14F 62 33
Octal 374 12 156 0 140 70 1 517 142 63
Binary 11111100 1010 1101110 0 1100000 111000 1 101001111 1100010 110011

Color Harmonies of #FC0A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A6E

Black with #FC0A6E

Text Example


Text Example

White with #FC0A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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