#FD126C

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

Shades of Razzmatazz #FD126C

Tints of Razzmatazz #FD126C

Color information

#FD126C (or 0xFD126C) is unknown color: approx Razzmatazz. HEX triplet: FD, 12 and 6C. RGB value is (253,18,108). Sum of RGB (Red+Green+Blue) = 253+18+108=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD126C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD126C is #02ED93. Grayscale: #626262. Windows color (decimal): -191892 or 7082749. OLE color: 7082749.

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

Color convert

RGB25318108-
CMYK00.930.570.01
HSL337.02º98.33%53.14%-
HSV(B)337.02º92.89%99.22%-
XYZ43.4322.416.22-
YUV98.52133.36238.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 66.75%
GREEN value IS 18 (7.42% from 255) = 4.75%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=66.75%
G=4.75%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531810800.930.570.01337.0298.3353.14
HexFD126C05D3911516235
Octal37522154013571152114265
Binary111111011001011011000101110111100111010100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD126C; }

 p { color: rgb(253,18,108); }

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

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

 a { background-color: rgb(253,18,108); }

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

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

 span { border-color: rgb(253,18,108); }

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