Html Css Color HEX #F0128C Deep Pink

📋 copy color: '#F0128C'

red 240 ◦ green 18 ◦ blue 140

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

Shades of Deep Pink #F0128C

Tints of Deep Pink #F0128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 60.3%
G = 4.52%
B = 35.18%

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

#F0128C (or 0xF0128C) is known color: Deep Pink. HEX triplet: F0, 12 and 8C. RGB value is (240,18,140). Sum of RGB (Red+Green+Blue) = 240+18+140=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0128C is #0FED73. Grayscale: #626262. Windows color (decimal): -1043828 or 9179888. OLE color: 9179888.

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

Color convert

RGB 240 18 140 -
CMYK 0 0.92 0.42 0.06
HSL 327.03º 0.88% 0.51% -
HSV(B) 327.03º 0.93% 0.94% -
XYZ 40.89 20.85 26.68 -
YUV 98.29 151.55 229.08 -
System Red Green Blue C M Y K H S L
Decimal 240 18 140 0 0.92 0.42 0.06 327.03 0.88 0.51
Hex F0 12 8C 0 5C 2A 6 147 58 33
Octal 360 22 214 0 134 52 6 507 130 63
Binary 11110000 10010 10001100 0 1011100 101010 110 101000111 1011000 110011

Color Harmonies of #F0128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0128C

Black with #F0128C

Text Example


Text Example

White with #F0128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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