#FF1269

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

Shades of Razzmatazz #FF1269

Tints of Razzmatazz #FF1269

Color information

#FF1269 (or 0xFF1269) is unknown color: approx Razzmatazz. HEX triplet: FF, 12 and 69. RGB value is (255,18,105). Sum of RGB (Red+Green+Blue) = 255+18+105=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1269 is #00ED96. Grayscale: #626262. Windows color (decimal): -60823 or 6886143. OLE color: 6886143.

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

Color convert

RGB25518105-
CMYK00.930.590
HSL337.97º100%53.53%-
HSV(B)337.97º92.94%100%-
XYZ44.0122.7115.43-
YUV98.78131.52239.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.46%
GREEN value IS 18 (7.42% from 255) = 4.76%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=67.46%
G=4.76%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551810500.930.590337.9710053.53
HexFF126905D3B01526436
Octal37722151013573052214466
Binary111111111001011010010101110111101101010100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1269; }

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

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

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

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

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

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

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

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