Html Css Color HEX #F0128D Deep Pink

📋 copy color: '#F0128D'

red 240 ◦ green 18 ◦ blue 141

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

Shades of Deep Pink #F0128D

Tints of Deep Pink #F0128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 60.15%
G = 4.51%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0128D (or 0xF0128D) is known color: Deep Pink. HEX triplet: F0, 12 and 8D. RGB value is (240,18,141). Sum of RGB (Red+Green+Blue) = 240+18+141=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0128D is #0FED72. Grayscale: #626262. Windows color (decimal): -1043827 or 9245424. OLE color: 9245424.

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

Color convert

RGB 240 18 141 -
CMYK 0 0.92 0.41 0.06
HSL 326.76º 0.88% 0.51% -
HSV(B) 326.76º 0.93% 0.94% -
XYZ 40.96 20.88 27.07 -
YUV 98.4 152.05 229 -
System Red Green Blue C M Y K H S L
Decimal 240 18 141 0 0.92 0.41 0.06 326.76 0.88 0.51
Hex F0 12 8D 0 5C 29 6 147 58 33
Octal 360 22 215 0 134 51 6 507 130 63
Binary 11110000 10010 10001101 0 1011100 101001 110 101000111 1011000 110011

Color Harmonies of #F0128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0128D

Black with #F0128D

Text Example


Text Example

White with #F0128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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