#FF1268

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

Shades of Razzmatazz #FF1268

Tints of Razzmatazz #FF1268

Color information

#FF1268 (or 0xFF1268) is unknown color: approx Razzmatazz. HEX triplet: FF, 12 and 68. RGB value is (255,18,104). Sum of RGB (Red+Green+Blue) = 255+18+104=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1268 is #00ED97. Grayscale: #626262. Windows color (decimal): -60824 or 6820607. OLE color: 6820607.

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

Color convert

RGB25518104-
CMYK00.930.590
HSL338.23º100%53.53%-
HSV(B)338.23º92.94%100%-
XYZ43.9522.6915.16-
YUV98.67131.02239.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.64%
GREEN value IS 18 (7.42% from 255) = 4.77%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=67.64%
G=4.77%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551810400.930.590338.2310053.53
HexFF126805D3B01526436
Octal37722150013573052214466
Binary111111111001011010000101110111101101010100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1268; }

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

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

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

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

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

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

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

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