#FF1266

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

Shades of Razzmatazz #FF1266

Tints of Razzmatazz #FF1266

Color information

#FF1266 (or 0xFF1266) is unknown color: approx Razzmatazz. HEX triplet: FF, 12 and 66. RGB value is (255,18,102). Sum of RGB (Red+Green+Blue) = 255+18+102=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1266 is #00ED99. Grayscale: #626262. Windows color (decimal): -60826 or 6689535. OLE color: 6689535.

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

Color convert

RGB25518102-
CMYK00.930.60
HSL338.73º100%53.53%-
HSV(B)338.73º92.94%100%-
XYZ43.8522.6514.63-
YUV98.44130.02239.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68%
GREEN value IS 18 (7.42% from 255) = 4.8%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=68%
G=4.8%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551810200.930.60338.7310053.53
HexFF126605D3C01536436
Octal37722146013574052314466
Binary111111111001011001100101110111110001010100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1266; }

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

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

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

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

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

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

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

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