#FF126A

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

Shades of Razzmatazz #FF126A

Tints of Razzmatazz #FF126A

Color information

#FF126A (or 0xFF126A) is unknown color: approx Razzmatazz. HEX triplet: FF, 12 and 6A. RGB value is (255,18,106). Sum of RGB (Red+Green+Blue) = 255+18+106=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF126A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF126A is #00ED95. Grayscale: #626262. Windows color (decimal): -60822 or 6951679. OLE color: 6951679.

HSL color Cylindrical-coordinate representation of color #FF126A: hue angle of 337.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF126A is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB25518106-
CMYK00.930.580
HSL337.72º100%53.53%-
HSV(B)337.72º92.94%100%-
XYZ44.0622.7315.7-
YUV98.9132.02239.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.28%
GREEN value IS 18 (7.42% from 255) = 4.75%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=67.28%
G=4.75%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551810600.930.580337.7210053.53
HexFF126A05D3A01526436
Octal37722152013572052214466
Binary111111111001011010100101110111101001010100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF126A; }

 p { color: rgb(255,18,106); }

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

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

 a { background-color: rgb(255,18,106); }

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

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

 span { border-color: rgb(255,18,106); }

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