Html Css Color HEX #F0128A Deep Pink

📋 copy color: '#F0128A'

red 240 ◦ green 18 ◦ blue 138

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

Shades of Deep Pink #F0128A

Tints of Deep Pink #F0128A

RGB

 RED value IS 240 (94.14% from 255) = 60.61%

 GREEN value IS 18 (7.42% from 255) = 4.55%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 60.61%
G = 4.55%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0128A (or 0xF0128A) is known color: Deep Pink. HEX triplet: F0, 12 and 8A. RGB value is (240,18,138). Sum of RGB (Red+Green+Blue) = 240+18+138=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0128A is #0FED75. Grayscale: #616161. Windows color (decimal): -1043830 or 9048816. OLE color: 9048816.

HSL color Cylindrical-coordinate representation of color #F0128A: hue angle of 327.57º 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 #F0128A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 138 -
CMYK 0 0.92 0.42 0.06
HSL 327.57º 0.88% 0.51% -
HSV(B) 327.57º 0.93% 0.94% -
XYZ 40.74 20.79 25.91 -
YUV 98.06 150.55 229.24 -
System Red Green Blue C M Y K H S L
Decimal 240 18 138 0 0.92 0.42 0.06 327.57 0.88 0.51
Hex F0 12 8A 0 5C 2A 6 148 58 33
Octal 360 22 212 0 134 52 6 510 130 63
Binary 11110000 10010 10001010 0 1011100 101010 110 101001000 1011000 110011

Color Harmonies of #F0128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0128A

Black with #F0128A

Text Example


Text Example

White with #F0128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0128A; }

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

 H1.HeaderClassName
 {
   color: #F0128A;
 }
 .AnyTagClassName
 {
   color: #F0128A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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