Html Css Color HEX #F0128F Deep Pink

📋 copy color: '#F0128F'

red 240 ◦ green 18 ◦ blue 143

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

Shades of Deep Pink #F0128F

Tints of Deep Pink #F0128F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 59.85%
G = 4.49%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0128F (or 0xF0128F) is known color: Deep Pink. HEX triplet: F0, 12 and 8F. RGB value is (240,18,143). Sum of RGB (Red+Green+Blue) = 240+18+143=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0128F is #0FED70. Grayscale: #626262. Windows color (decimal): -1043825 or 9376496. OLE color: 9376496.

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

Color convert

RGB 240 18 143 -
CMYK 0 0.92 0.40 0.06
HSL 326.22º 0.88% 0.51% -
HSV(B) 326.22º 0.93% 0.94% -
XYZ 41.11 20.94 27.86 -
YUV 98.63 153.05 228.84 -
System Red Green Blue C M Y K H S L
Decimal 240 18 143 0 0.92 0.40 0.06 326.22 0.88 0.51
Hex F0 12 8F 0 5C 28 6 146 58 33
Octal 360 22 217 0 134 50 6 506 130 63
Binary 11110000 10010 10001111 0 1011100 101000 110 101000110 1011000 110011

Color Harmonies of #F0128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0128F

Black with #F0128F

Text Example


Text Example

White with #F0128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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