#FF1267

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

Shades of Razzmatazz #FF1267

Tints of Razzmatazz #FF1267

Color information

#FF1267 (or 0xFF1267) is unknown color: approx Razzmatazz. HEX triplet: FF, 12 and 67. RGB value is (255,18,103). Sum of RGB (Red+Green+Blue) = 255+18+103=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1267 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1267 is #00ED98. Grayscale: #626262. Windows color (decimal): -60825 or 6755071. OLE color: 6755071.

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

Color convert

RGB25518103-
CMYK00.930.600
HSL338.48º100%53.53%-
HSV(B)338.48º92.94%100%-
XYZ43.922.6714.89-
YUV98.55130.52239.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.82%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 103 (40.62% from 255) = 27.39%
R=67.82%
G=4.79%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551810300.930.600338.4810053.53
HexFF126705D3C01526436
Octal37722147013574052214466
Binary111111111001011001110101110111110001010100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1267; }

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

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

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

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

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

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

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

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