#F0129A

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

Shades of Deep Pink #F0129A

Tints of Deep Pink #F0129A

Color information

#F0129A (or 0xF0129A) is unknown color: approx Deep Pink. HEX triplet: F0, 12 and 9A. RGB value is (240,18,154). Sum of RGB (Red+Green+Blue) = 240+18+154=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0129A is #0FED65. Grayscale: #636363. Windows color (decimal): -1043814 or 10097392. OLE color: 10097392.

HSL color Cylindrical-coordinate representation of color #F0129A: hue angle of 323.24º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0129A is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB24018154-
CMYK00.920.360.06
HSL323.24º88.1%50.59%-
HSV(B)323.24º92.5%94.12%-
XYZ41.9821.2932.47-
YUV99.88158.55227.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.25%
GREEN value IS 18 (7.42% from 255) = 4.37%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=58.25%
G=4.37%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401815400.920.360.06323.2488.150.59
HexF0129A05C2461435833
Octal36022232013444650313063
Binary111100001001010011010010111001001001101010000111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0129A; }

 p { color: rgb(240,18,154); }

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

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

 a { background-color: rgb(240,18,154); }

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

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

 span { border-color: rgb(240,18,154); }

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