Html Css Color HEX #FA0580 Deep Pink

📋 copy color: '#FA0580'

red 250 ◦ green 5 ◦ blue 128

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

Shades of Deep Pink #FA0580

Tints of Deep Pink #FA0580

RGB

 RED value IS 250 (98.05% from 255) = 65.27%

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 65.27%
G = 1.31%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA0580 (or 0xFA0580) is known color: Deep Pink. HEX triplet: FA, 05 and 80. RGB value is (250,5,128). Sum of RGB (Red+Green+Blue) = 250+5+128=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0580 is #05FA7F. Grayscale: #5C5C5C. Windows color (decimal): -391808 or 8390138. OLE color: 8390138.

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

Color convert

RGB 250 5 128 -
CMYK 0 0.98 0.49 0.02
HSL 329.88º 0.96% 0.5% -
HSV(B) 329.88º 0.98% 0.98% -
XYZ 43.37 21.99 22.38 -
YUV 92.28 148.17 240.5 -
System Red Green Blue C M Y K H S L
Decimal 250 5 128 0 0.98 0.49 0.02 329.88 0.96 0.5
Hex FA 5 80 0 62 31 2 14A 60 32
Octal 372 5 200 0 142 61 2 512 140 62
Binary 11111010 101 10000000 0 1100010 110001 10 101001010 1100000 110010

Color Harmonies of #FA0580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0580

Black with #FA0580

Text Example


Text Example

White with #FA0580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0580; }

 p { color: rgb(250,5,128); }

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

background-color css

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

 a { background-color: rgb(250,5,128); }

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

border-color css

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

 span { border-color: rgb(250,5,128); }

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