Html Css Color HEX #F5149C Deep Pink

📋 copy color: '#F5149C'

red 245 ◦ green 20 ◦ blue 156

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

Shades of Deep Pink #F5149C

Tints of Deep Pink #F5149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 58.19%
G = 4.75%
B = 37.05%

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

#F5149C (or 0xF5149C) is known color: Deep Pink. HEX triplet: F5, 14 and 9C. RGB value is (245,20,156). Sum of RGB (Red+Green+Blue) = 245+20+156=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5149C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5149C is #0AEB63. Grayscale: #666666. Windows color (decimal): -715620 or 10228981. OLE color: 10228981.

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

Color convert

RGB 245 20 156 -
CMYK 0 0.92 0.36 0.04
HSL 323.73º 0.92% 0.52% -
HSV(B) 323.73º 0.92% 0.96% -
XYZ 43.91 22.31 33.45 -
YUV 102.78 158.04 229.44 -
System Red Green Blue C M Y K H S L
Decimal 245 20 156 0 0.92 0.36 0.04 323.73 0.92 0.52
Hex F5 14 9C 0 5C 24 4 144 5C 34
Octal 365 24 234 0 134 44 4 504 134 64
Binary 11110101 10100 10011100 0 1011100 100100 100 101000100 1011100 110100

Color Harmonies of #F5149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5149C

Black with #F5149C

Text Example


Text Example

White with #F5149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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