Html Css Color HEX #F5118B Deep Pink

📋 copy color: '#F5118B'

red 245 ◦ green 17 ◦ blue 139

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

Shades of Deep Pink #F5118B

Tints of Deep Pink #F5118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 61.1%
G = 4.24%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5118B (or 0xF5118B) is known color: Deep Pink. HEX triplet: F5, 11 and 8B. RGB value is (245,17,139). Sum of RGB (Red+Green+Blue) = 245+17+139=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F5118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5118B is #0AEE74. Grayscale: #626262. Windows color (decimal): -716405 or 9114101. OLE color: 9114101.

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

Color convert

RGB 245 17 139 -
CMYK 0 0.93 0.43 0.04
HSL 327.89º 0.92% 0.51% -
HSV(B) 327.89º 0.93% 0.96% -
XYZ 42.52 21.68 26.37 -
YUV 99.08 150.54 232.08 -
System Red Green Blue C M Y K H S L
Decimal 245 17 139 0 0.93 0.43 0.04 327.89 0.92 0.51
Hex F5 11 8B 0 5D 2B 4 148 5C 33
Octal 365 21 213 0 135 53 4 510 134 63
Binary 11110101 10001 10001011 0 1011101 101011 100 101001000 1011100 110011

Color Harmonies of #F5118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5118B

Black with #F5118B

Text Example


Text Example

White with #F5118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5118B; }

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

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

background-color css

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

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

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

border-color css

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

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

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