Html Css Color HEX #F5088D Deep Pink

📋 copy color: '#F5088D'

red 245 ◦ green 8 ◦ blue 141

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

Shades of Deep Pink #F5088D

Tints of Deep Pink #F5088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.03%

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

R = 62.18%
G = 2.03%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5088D (or 0xF5088D) is known color: Deep Pink. HEX triplet: F5, 08 and 8D. RGB value is (245,8,141). Sum of RGB (Red+Green+Blue) = 245+8+141=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5088D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5088D is #0AF772. Grayscale: #5D5D5D. Windows color (decimal): -718707 or 9242869. OLE color: 9242869.

HSL color Cylindrical-coordinate representation of color #F5088D: hue angle of 326.33º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5088D is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 8 141 -
CMYK 0 0.97 0.42 0.04
HSL 326.33º 0.94% 0.5% -
HSV(B) 326.33º 0.97% 0.96% -
XYZ 42.55 21.51 27.11 -
YUV 94.03 154.52 235.69 -
System Red Green Blue C M Y K H S L
Decimal 245 8 141 0 0.97 0.42 0.04 326.33 0.94 0.5
Hex F5 8 8D 0 61 2A 4 146 5E 32
Octal 365 10 215 0 141 52 4 506 136 62
Binary 11110101 1000 10001101 0 1100001 101010 100 101000110 1011110 110010

Color Harmonies of #F5088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5088D

Black with #F5088D

Text Example


Text Example

White with #F5088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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