Html Css Color HEX #F5118E Deep Pink

📋 copy color: '#F5118E'

red 245 ◦ green 17 ◦ blue 142

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

Shades of Deep Pink #F5118E

Tints of Deep Pink #F5118E

RGB

 RED value IS 245 (96.09% from 255) = 60.64%

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 60.64%
G = 4.21%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5118E (or 0xF5118E) is known color: Deep Pink. HEX triplet: F5, 11 and 8E. RGB value is (245,17,142). Sum of RGB (Red+Green+Blue) = 245+17+142=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5118E is #0AEE71. Grayscale: #636363. Windows color (decimal): -716402 or 9310709. OLE color: 9310709.

HSL color Cylindrical-coordinate representation of color #F5118E: hue angle of 327.11º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5118E is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 142 -
CMYK 0 0.93 0.42 0.04
HSL 327.11º 0.92% 0.51% -
HSV(B) 327.11º 0.93% 0.96% -
XYZ 42.74 21.77 27.54 -
YUV 99.42 152.04 231.84 -
System Red Green Blue C M Y K H S L
Decimal 245 17 142 0 0.93 0.42 0.04 327.11 0.92 0.51
Hex F5 11 8E 0 5D 2A 4 147 5C 33
Octal 365 21 216 0 135 52 4 507 134 63
Binary 11110101 10001 10001110 0 1011101 101010 100 101000111 1011100 110011

Color Harmonies of #F5118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5118E

Black with #F5118E

Text Example


Text Example

White with #F5118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5118E; }

 p { color: rgb(245,17,142); }

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

background-color css

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

 a { background-color: rgb(245,17,142); }

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

border-color css

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

 span { border-color: rgb(245,17,142); }

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