Html Css Color HEX #F50885 Deep Pink

📋 copy color: '#F50885'

red 245 ◦ green 8 ◦ blue 133

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

Shades of Deep Pink #F50885

Tints of Deep Pink #F50885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 63.47%
G = 2.07%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F50885 (or 0xF50885) is known color: Deep Pink. HEX triplet: F5, 08 and 85. RGB value is (245,8,133). Sum of RGB (Red+Green+Blue) = 245+8+133=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F50885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50885 is #0AF77A. Grayscale: #5C5C5C. Windows color (decimal): -718715 or 8718581. OLE color: 8718581.

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

Color convert

RGB 245 8 133 -
CMYK 0 0.97 0.46 0.04
HSL 328.35º 0.94% 0.5% -
HSV(B) 328.35º 0.97% 0.96% -
XYZ 41.98 21.28 24.09 -
YUV 93.11 150.52 236.34 -
System Red Green Blue C M Y K H S L
Decimal 245 8 133 0 0.97 0.46 0.04 328.35 0.94 0.5
Hex F5 8 85 0 61 2E 4 148 5E 32
Octal 365 10 205 0 141 56 4 510 136 62
Binary 11110101 1000 10000101 0 1100001 101110 100 101001000 1011110 110010

Color Harmonies of #F50885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50885

Black with #F50885

Text Example


Text Example

White with #F50885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50885; }

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

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

background-color css

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

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

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

border-color css

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

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

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