Html Css Color HEX #FA2080 Deep Pink

📋 copy color: '#FA2080'

red 250 ◦ green 32 ◦ blue 128

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

Shades of Deep Pink #FA2080

Tints of Deep Pink #FA2080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.8%

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

R = 60.98%
G = 7.8%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA2080 (or 0xFA2080) is known color: Deep Pink. HEX triplet: FA, 20 and 80. RGB value is (250,32,128). Sum of RGB (Red+Green+Blue) = 250+32+128=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2080 is #05DF7F. Grayscale: #6B6B6B. Windows color (decimal): -384896 or 8397050. OLE color: 8397050.

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

Color convert

RGB 250 32 128 -
CMYK 0 0.87 0.49 0.02
HSL 333.58º 0.96% 0.55% -
HSV(B) 333.58º 0.87% 0.98% -
XYZ 43.84 22.92 22.53 -
YUV 108.13 139.22 229.19 -
System Red Green Blue C M Y K H S L
Decimal 250 32 128 0 0.87 0.49 0.02 333.58 0.96 0.55
Hex FA 20 80 0 57 31 2 14E 60 37
Octal 372 40 200 0 127 61 2 516 140 67
Binary 11111010 100000 10000000 0 1010111 110001 10 101001110 1100000 110111

Color Harmonies of #FA2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2080

Black with #FA2080

Text Example


Text Example

White with #FA2080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2080; }

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

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

background-color css

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

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

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

border-color css

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

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

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