Html Css Color HEX #F5149A Deep Pink

📋 copy color: '#F5149A'

red 245 ◦ green 20 ◦ blue 154

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

Shades of Deep Pink #F5149A

Tints of Deep Pink #F5149A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.77%

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

R = 58.47%
G = 4.77%
B = 36.75%

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

#F5149A (or 0xF5149A) is known color: Deep Pink. HEX triplet: F5, 14 and 9A. RGB value is (245,20,154). Sum of RGB (Red+Green+Blue) = 245+20+154=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5149A is #0AEB65. Grayscale: #666666. Windows color (decimal): -715622 or 10097909. OLE color: 10097909.

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

Color convert

RGB 245 20 154 -
CMYK 0 0.92 0.37 0.04
HSL 324.27º 0.92% 0.52% -
HSV(B) 324.27º 0.92% 0.96% -
XYZ 43.74 22.25 32.56 -
YUV 102.55 157.04 229.6 -
System Red Green Blue C M Y K H S L
Decimal 245 20 154 0 0.92 0.37 0.04 324.27 0.92 0.52
Hex F5 14 9A 0 5C 25 4 144 5C 34
Octal 365 24 232 0 134 45 4 504 134 64
Binary 11110101 10100 10011010 0 1011100 100101 100 101000100 1011100 110100

Color Harmonies of #F5149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5149A

Black with #F5149A

Text Example


Text Example

White with #F5149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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