Html Css Color HEX #F0129A Deep Pink

📋 copy color: '#F0129A'

red 240 ◦ green 18 ◦ blue 154

#F0129A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F0129A

Tints of Deep Pink #F0129A

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 value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0129A (or 0xF0129A) is known color: 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

RGB 240 18 154 -
CMYK 0 0.92 0.36 0.06
HSL 323.24º 0.88% 0.51% -
HSV(B) 323.24º 0.93% 0.94% -
XYZ 41.98 21.29 32.47 -
YUV 99.88 158.55 227.94 -
System Red Green Blue C M Y K H S L
Decimal 240 18 154 0 0.92 0.36 0.06 323.24 0.88 0.51
Hex F0 12 9A 0 5C 24 6 143 58 33
Octal 360 22 232 0 134 44 6 503 130 63
Binary 11110000 10010 10011010 0 1011100 100100 110 101000011 1011000 110011

Color Harmonies of #F0129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0129A

Black with #F0129A

Text Example


Text Example

White with #F0129A

Text Example


Text Example

HTML Codes & Css Web 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>