#FC126E

Color #FC126E Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #FC126E

Tints of Razzmatazz #FC126E

Color information

#FC126E (or 0xFC126E) is unknown color: approx Razzmatazz. HEX triplet: FC, 12 and 6E. RGB value is (252,18,110). Sum of RGB (Red+Green+Blue) = 252+18+110=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC126E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC126E is #03ED91. Grayscale: #626262. Windows color (decimal): -257426 or 7213820. OLE color: 7213820.

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

Color convert

RGB25218110-
CMYK00.930.560.01
HSL336.41º97.5%52.94%-
HSV(B)336.41º92.86%98.82%-
XYZ43.1822.2516.77-
YUV98.45134.52237.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 66.32%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=66.32%
G=4.74%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521811000.930.560.01336.4197.552.94
HexFC126E05D3811506235
Octal37422156013570152014265
Binary111111001001011011100101110111100011010100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC126E; }

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

 H1.HeaderClassName
 {
   color: #FC126E;
 }
 .AnyTagClassName
 {
   color: #FC126E;
 }
</style>
background-color css

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

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

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

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

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

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