Html Css Color HEX #F5139A Deep Pink

📋 copy color: '#F5139A'

red 245 ◦ green 19 ◦ blue 154

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

Shades of Deep Pink #F5139A

Tints of Deep Pink #F5139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 58.61%
G = 4.55%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5139A (or 0xF5139A) is known color: Deep Pink. HEX triplet: F5, 13 and 9A. RGB value is (245,19,154). Sum of RGB (Red+Green+Blue) = 245+19+154=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5139A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5139A is #0AEC65. Grayscale: #656565. Windows color (decimal): -715878 or 10097653. OLE color: 10097653.

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

Color convert

RGB 245 19 154 -
CMYK 0 0.92 0.37 0.04
HSL 324.16º 0.92% 0.52% -
HSV(B) 324.16º 0.92% 0.96% -
XYZ 43.72 22.21 32.55 -
YUV 101.96 157.37 230.02 -
System Red Green Blue C M Y K H S L
Decimal 245 19 154 0 0.92 0.37 0.04 324.16 0.92 0.52
Hex F5 13 9A 0 5C 25 4 144 5C 34
Octal 365 23 232 0 134 45 4 504 134 64
Binary 11110101 10011 10011010 0 1011100 100101 100 101000100 1011100 110100

Color Harmonies of #F5139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5139A

Black with #F5139A

Text Example


Text Example

White with #F5139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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