#FF1298

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

Shades of Deep Pink #FF1298

Tints of Deep Pink #FF1298

Color information

#FF1298 (or 0xFF1298) is unknown color: approx Deep Pink. HEX triplet: FF, 12 and 98. RGB value is (255,18,152). Sum of RGB (Red+Green+Blue) = 255+18+152=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1298 is #00ED67. Grayscale: #676767. Windows color (decimal): -60776 or 9966335. OLE color: 9966335.

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

Color convert

RGB25518152-
CMYK00.930.400
HSL326.08º100%53.53%-
HSV(B)326.08º92.94%100%-
XYZ47.1223.9631.85-
YUV104.14155.02235.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 4.24%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=60%
G=4.24%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551815200.930.400326.0810053.53
HexFF129805D2801466436
Octal37722230013550050614466
Binary1111111110010100110000101110110100001010001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1298; }

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

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

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

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

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

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

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

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