Html Css Color HEX #F5169B Deep Pink

📋 copy color: '#F5169B'

red 245 ◦ green 22 ◦ blue 155

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

Shades of Deep Pink #F5169B

Tints of Deep Pink #F5169B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 58.06%
G = 5.21%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5169B (or 0xF5169B) is known color: Deep Pink. HEX triplet: F5, 16 and 9B. RGB value is (245,22,155). Sum of RGB (Red+Green+Blue) = 245+22+155=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5169B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5169B is #0AE964. Grayscale: #676767. Windows color (decimal): -715109 or 10163957. OLE color: 10163957.

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

Color convert

RGB 245 22 155 -
CMYK 0 0.91 0.37 0.04
HSL 324.22º 0.92% 0.52% -
HSV(B) 324.22º 0.91% 0.96% -
XYZ 43.86 22.35 33.01 -
YUV 103.84 156.88 228.69 -
System Red Green Blue C M Y K H S L
Decimal 245 22 155 0 0.91 0.37 0.04 324.22 0.92 0.52
Hex F5 16 9B 0 5B 25 4 144 5C 34
Octal 365 26 233 0 133 45 4 504 134 64
Binary 11110101 10110 10011011 0 1011011 100101 100 101000100 1011100 110100

Color Harmonies of #F5169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5169B

Black with #F5169B

Text Example


Text Example

White with #F5169B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5169B; }

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

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

background-color css

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

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

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

border-color css

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

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

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