Html Css Color HEX #F0118C Deep Pink

📋 copy color: '#F0118C'

red 240 ◦ green 17 ◦ blue 140

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

Shades of Deep Pink #F0118C

Tints of Deep Pink #F0118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.28%

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

R = 60.45%
G = 4.28%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0118C (or 0xF0118C) is known color: Deep Pink. HEX triplet: F0, 11 and 8C. RGB value is (240,17,140). Sum of RGB (Red+Green+Blue) = 240+17+140=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0118C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0118C is #0FEE73. Grayscale: #616161. Windows color (decimal): -1044084 or 9179632. OLE color: 9179632.

HSL color Cylindrical-coordinate representation of color #F0118C: hue angle of 326.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0118C is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 140 -
CMYK 0 0.93 0.42 0.06
HSL 326.91º 0.88% 0.5% -
HSV(B) 326.91º 0.93% 0.94% -
XYZ 40.87 20.82 26.68 -
YUV 97.7 151.88 229.5 -
System Red Green Blue C M Y K H S L
Decimal 240 17 140 0 0.93 0.42 0.06 326.91 0.88 0.5
Hex F0 11 8C 0 5D 2A 6 147 58 32
Octal 360 21 214 0 135 52 6 507 130 62
Binary 11110000 10001 10001100 0 1011101 101010 110 101000111 1011000 110010

Color Harmonies of #F0118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0118C

Black with #F0118C

Text Example


Text Example

White with #F0118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0118C; }

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

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

background-color css

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

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

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

border-color css

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

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

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