Html Css Color HEX #F50283 Deep Pink

📋 copy color: '#F50283'

red 245 ◦ green 2 ◦ blue 131

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

Shades of Deep Pink #F50283

Tints of Deep Pink #F50283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 64.81%
G = 0.53%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F50283 (or 0xF50283) is known color: Deep Pink. HEX triplet: F5, 02 and 83. RGB value is (245,2,131). Sum of RGB (Red+Green+Blue) = 245+2+131=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F50283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50283 is #0AFD7C. Grayscale: #595959. Windows color (decimal): -720253 or 8585973. OLE color: 8585973.

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

Color convert

RGB 245 2 131 -
CMYK 0 0.99 0.47 0.04
HSL 328.15º 0.98% 0.48% -
HSV(B) 328.15º 0.99% 0.96% -
XYZ 41.77 21.09 23.34 -
YUV 89.36 151.51 239.01 -
System Red Green Blue C M Y K H S L
Decimal 245 2 131 0 0.99 0.47 0.04 328.15 0.98 0.48
Hex F5 2 83 0 63 2F 4 148 62 30
Octal 365 2 203 0 143 57 4 510 142 60
Binary 11110101 10 10000011 0 1100011 101111 100 101001000 1100010 110000

Color Harmonies of #F50283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50283

Black with #F50283

Text Example


Text Example

White with #F50283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50283; }

 p { color: rgb(245,2,131); }

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

background-color css

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

 a { background-color: rgb(245,2,131); }

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

border-color css

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

 span { border-color: rgb(245,2,131); }

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