Html Css Color HEX #F5158D Deep Pink

📋 copy color: '#F5158D'

red 245 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #F5158D

Tints of Deep Pink #F5158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 60.2%
G = 5.16%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5158D (or 0xF5158D) is known color: Deep Pink. HEX triplet: F5, 15 and 8D. RGB value is (245,21,141). Sum of RGB (Red+Green+Blue) = 245+21+141=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5158D is #0AEA72. Grayscale: #656565. Windows color (decimal): -715379 or 9246197. OLE color: 9246197.

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

Color convert

RGB 245 21 141 -
CMYK 0 0.91 0.42 0.04
HSL 327.86º 0.92% 0.52% -
HSV(B) 327.86º 0.91% 0.96% -
XYZ 42.73 21.87 27.17 -
YUV 101.66 150.21 230.24 -
System Red Green Blue C M Y K H S L
Decimal 245 21 141 0 0.91 0.42 0.04 327.86 0.92 0.52
Hex F5 15 8D 0 5B 2A 4 148 5C 34
Octal 365 25 215 0 133 52 4 510 134 64
Binary 11110101 10101 10001101 0 1011011 101010 100 101001000 1011100 110100

Color Harmonies of #F5158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5158D

Black with #F5158D

Text Example


Text Example

White with #F5158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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