Html Css Color HEX #F50881 Deep Pink

📋 copy color: '#F50881'

red 245 ◦ green 8 ◦ blue 129

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

Shades of Deep Pink #F50881

Tints of Deep Pink #F50881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 64.14%
G = 2.09%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F50881 (or 0xF50881) is known color: Deep Pink. HEX triplet: F5, 08 and 81. RGB value is (245,8,129). Sum of RGB (Red+Green+Blue) = 245+8+129=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F50881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50881 is #0AF77E. Grayscale: #5C5C5C. Windows color (decimal): -718719 or 8456437. OLE color: 8456437.

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

Color convert

RGB 245 8 129 -
CMYK 0 0.97 0.47 0.04
HSL 329.37º 0.94% 0.5% -
HSV(B) 329.37º 0.97% 0.96% -
XYZ 41.71 21.17 22.66 -
YUV 92.66 148.52 236.66 -
System Red Green Blue C M Y K H S L
Decimal 245 8 129 0 0.97 0.47 0.04 329.37 0.94 0.5
Hex F5 8 81 0 61 2F 4 149 5E 32
Octal 365 10 201 0 141 57 4 511 136 62
Binary 11110101 1000 10000001 0 1100001 101111 100 101001001 1011110 110010

Color Harmonies of #F50881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50881

Black with #F50881

Text Example


Text Example

White with #F50881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50881; }

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

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

background-color css

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

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

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

border-color css

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

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

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