Html Css Color HEX #F50284 Deep Pink

📋 copy color: '#F50284'

red 245 ◦ green 2 ◦ blue 132

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

Shades of Deep Pink #F50284

Tints of Deep Pink #F50284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.83%

R = 64.64%
G = 0.53%
B = 34.83%

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

#F50284 (or 0xF50284) is known color: Deep Pink. HEX triplet: F5, 02 and 84. RGB value is (245,2,132). Sum of RGB (Red+Green+Blue) = 245+2+132=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F50284 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50284 is #0AFD7B. Grayscale: #595959. Windows color (decimal): -720252 or 8651509. OLE color: 8651509.

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

Color convert

RGB 245 2 132 -
CMYK 0 0.99 0.46 0.04
HSL 327.9º 0.98% 0.48% -
HSV(B) 327.9º 0.99% 0.96% -
XYZ 41.84 21.12 23.7 -
YUV 89.48 152.01 238.93 -
System Red Green Blue C M Y K H S L
Decimal 245 2 132 0 0.99 0.46 0.04 327.9 0.98 0.48
Hex F5 2 84 0 63 2E 4 148 62 30
Octal 365 2 204 0 143 56 4 510 142 60
Binary 11110101 10 10000100 0 1100011 101110 100 101001000 1100010 110000

Color Harmonies of #F50284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50284

Black with #F50284

Text Example


Text Example

White with #F50284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50284; }

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

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

background-color css

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

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

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

border-color css

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

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

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