Html Css Color HEX #F5119F Deep Pink

📋 copy color: '#F5119F'

red 245 ◦ green 17 ◦ blue 159

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

Shades of Deep Pink #F5119F

Tints of Deep Pink #F5119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 58.19%
G = 4.04%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F5119F (or 0xF5119F) is known color: Deep Pink. HEX triplet: F5, 11 and 9F. RGB value is (245,17,159). Sum of RGB (Red+Green+Blue) = 245+17+159=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5119F is #0AEE60. Grayscale: #656565. Windows color (decimal): -716385 or 10424821. OLE color: 10424821.

HSL color Cylindrical-coordinate representation of color #F5119F: hue angle of 322.63º 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 #F5119F is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 159 -
CMYK 0 0.93 0.35 0.04
HSL 322.63º 0.92% 0.51% -
HSV(B) 322.63º 0.93% 0.96% -
XYZ 44.11 22.32 34.78 -
YUV 101.36 160.54 230.45 -
System Red Green Blue C M Y K H S L
Decimal 245 17 159 0 0.93 0.35 0.04 322.63 0.92 0.51
Hex F5 11 9F 0 5D 23 4 143 5C 33
Octal 365 21 237 0 135 43 4 503 134 63
Binary 11110101 10001 10011111 0 1011101 100011 100 101000011 1011100 110011

Color Harmonies of #F5119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5119F

Black with #F5119F

Text Example


Text Example

White with #F5119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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