Html Css Color HEX #F5159D Deep Pink

📋 copy color: '#F5159D'

red 245 ◦ green 21 ◦ blue 157

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

Shades of Deep Pink #F5159D

Tints of Deep Pink #F5159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.96%

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

R = 57.92%
G = 4.96%
B = 37.12%

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

#F5159D (or 0xF5159D) is known color: Deep Pink. HEX triplet: F5, 15 and 9D. RGB value is (245,21,157). Sum of RGB (Red+Green+Blue) = 245+21+157=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5159D is #0AEA62. Grayscale: #676767. Windows color (decimal): -715363 or 10294773. OLE color: 10294773.

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

Color convert

RGB 245 21 157 -
CMYK 0 0.91 0.36 0.04
HSL 323.57º 0.92% 0.52% -
HSV(B) 323.57º 0.91% 0.96% -
XYZ 44.01 22.38 33.9 -
YUV 103.48 158.21 228.94 -
System Red Green Blue C M Y K H S L
Decimal 245 21 157 0 0.91 0.36 0.04 323.57 0.92 0.52
Hex F5 15 9D 0 5B 24 4 144 5C 34
Octal 365 25 235 0 133 44 4 504 134 64
Binary 11110101 10101 10011101 0 1011011 100100 100 101000100 1011100 110100

Color Harmonies of #F5159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5159D

Black with #F5159D

Text Example


Text Example

White with #F5159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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