Html Css Color HEX #F5169D Deep Pink

📋 copy color: '#F5169D'

red 245 ◦ green 22 ◦ blue 157

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

Shades of Deep Pink #F5169D

Tints of Deep Pink #F5169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.19%

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 57.78%
G = 5.19%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5169D (or 0xF5169D) is known color: Deep Pink. HEX triplet: F5, 16 and 9D. RGB value is (245,22,157). Sum of RGB (Red+Green+Blue) = 245+22+157=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5169D is #0AE962. Grayscale: #676767. Windows color (decimal): -715107 or 10295029. OLE color: 10295029.

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

Color convert

RGB 245 22 157 -
CMYK 0 0.91 0.36 0.04
HSL 323.68º 0.92% 0.52% -
HSV(B) 323.68º 0.91% 0.96% -
XYZ 44.03 22.42 33.91 -
YUV 104.07 157.88 228.52 -
System Red Green Blue C M Y K H S L
Decimal 245 22 157 0 0.91 0.36 0.04 323.68 0.92 0.52
Hex F5 16 9D 0 5B 24 4 144 5C 34
Octal 365 26 235 0 133 44 4 504 134 64
Binary 11110101 10110 10011101 0 1011011 100100 100 101000100 1011100 110100

Color Harmonies of #F5169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5169D

Black with #F5169D

Text Example


Text Example

White with #F5169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5169D; }

 p { color: rgb(245,22,157); }

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

background-color css

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

 a { background-color: rgb(245,22,157); }

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

border-color css

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

 span { border-color: rgb(245,22,157); }

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