Html Css Color HEX #F5087A Deep Pink

📋 copy color: '#F5087A'

red 245 ◦ green 8 ◦ blue 122

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

Shades of Deep Pink #F5087A

Tints of Deep Pink #F5087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 65.33%
G = 2.13%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5087A (or 0xF5087A) is known color: Deep Pink. HEX triplet: F5, 08 and 7A. RGB value is (245,8,122). Sum of RGB (Red+Green+Blue) = 245+8+122=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5087A is #0AF785. Grayscale: #5B5B5B. Windows color (decimal): -718726 or 7997685. OLE color: 7997685.

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

Color convert

RGB 245 8 122 -
CMYK 0 0.97 0.50 0.04
HSL 331.14º 0.94% 0.5% -
HSV(B) 331.14º 0.97% 0.96% -
XYZ 41.26 20.99 20.29 -
YUV 91.86 145.02 237.23 -
System Red Green Blue C M Y K H S L
Decimal 245 8 122 0 0.97 0.50 0.04 331.14 0.94 0.5
Hex F5 8 7A 0 61 32 4 14B 5E 32
Octal 365 10 172 0 141 62 4 513 136 62
Binary 11110101 1000 1111010 0 1100001 110010 100 101001011 1011110 110010

Color Harmonies of #F5087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5087A

Black with #F5087A

Text Example


Text Example

White with #F5087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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