Html Css Color HEX #F5139E Deep Pink

📋 copy color: '#F5139E'

red 245 ◦ green 19 ◦ blue 158

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

Shades of Deep Pink #F5139E

Tints of Deep Pink #F5139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.5%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 58.06%
G = 4.5%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5139E (or 0xF5139E) is known color: Deep Pink. HEX triplet: F5, 13 and 9E. RGB value is (245,19,158). Sum of RGB (Red+Green+Blue) = 245+19+158=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5139E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5139E is #0AEC61. Grayscale: #666666. Windows color (decimal): -715874 or 10359797. OLE color: 10359797.

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

Color convert

RGB 245 19 158 -
CMYK 0 0.92 0.36 0.04
HSL 323.1º 0.92% 0.52% -
HSV(B) 323.1º 0.92% 0.96% -
XYZ 44.06 22.35 34.34 -
YUV 102.42 159.37 229.7 -
System Red Green Blue C M Y K H S L
Decimal 245 19 158 0 0.92 0.36 0.04 323.1 0.92 0.52
Hex F5 13 9E 0 5C 24 4 143 5C 34
Octal 365 23 236 0 134 44 4 503 134 64
Binary 11110101 10011 10011110 0 1011100 100100 100 101000011 1011100 110100

Color Harmonies of #F5139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5139E

Black with #F5139E

Text Example


Text Example

White with #F5139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5139E; }

 p { color: rgb(245,19,158); }

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

background-color css

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

 a { background-color: rgb(245,19,158); }

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

border-color css

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

 span { border-color: rgb(245,19,158); }

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