Html Css Color HEX #F50385 Deep Pink

📋 copy color: '#F50385'

red 245 ◦ green 3 ◦ blue 133

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

Shades of Deep Pink #F50385

Tints of Deep Pink #F50385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 64.3%
G = 0.79%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F50385 (or 0xF50385) is known color: Deep Pink. HEX triplet: F5, 03 and 85. RGB value is (245,3,133). Sum of RGB (Red+Green+Blue) = 245+3+133=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F50385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50385 is #0AFC7A. Grayscale: #595959. Windows color (decimal): -719995 or 8717301. OLE color: 8717301.

HSL color Cylindrical-coordinate representation of color #F50385: hue angle of 327.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50385 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 3 133 -
CMYK 0 0.99 0.46 0.04
HSL 327.77º 0.98% 0.49% -
HSV(B) 327.77º 0.99% 0.96% -
XYZ 41.92 21.17 24.07 -
YUV 90.18 152.17 238.43 -
System Red Green Blue C M Y K H S L
Decimal 245 3 133 0 0.99 0.46 0.04 327.77 0.98 0.49
Hex F5 3 85 0 63 2E 4 148 62 31
Octal 365 3 205 0 143 56 4 510 142 61
Binary 11110101 11 10000101 0 1100011 101110 100 101001000 1100010 110001

Color Harmonies of #F50385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50385

Black with #F50385

Text Example


Text Example

White with #F50385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50385; }

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

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

background-color css

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

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

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

border-color css

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

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

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