Html Css Color HEX #FA1982 Deep Pink

📋 copy color: '#FA1982'

red 250 ◦ green 25 ◦ blue 130

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

Shades of Deep Pink #FA1982

Tints of Deep Pink #FA1982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.17%

 BLUE value IS 130 (51.17% from 255) = 32.1%

R = 61.73%
G = 6.17%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA1982 (or 0xFA1982) is known color: Deep Pink. HEX triplet: FA, 19 and 82. RGB value is (250,25,130). Sum of RGB (Red+Green+Blue) = 250+25+130=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1982 is #05E67D. Grayscale: #686868. Windows color (decimal): -386686 or 8526330. OLE color: 8526330.

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

Color convert

RGB 250 25 130 -
CMYK 0 0.9 0.48 0.02
HSL 332º 0.96% 0.54% -
HSV(B) 332º 0.9% 0.98% -
XYZ 43.8 22.63 23.18 -
YUV 104.25 142.54 231.96 -
System Red Green Blue C M Y K H S L
Decimal 250 25 130 0 0.9 0.48 0.02 332 0.96 0.54
Hex FA 19 82 0 5A 30 2 14C 60 36
Octal 372 31 202 0 132 60 2 514 140 66
Binary 11111010 11001 10000010 0 1011010 110000 10 101001100 1100000 110110

Color Harmonies of #FA1982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1982

Black with #FA1982

Text Example


Text Example

White with #FA1982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1982; }

 p { color: rgb(250,25,130); }

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

background-color css

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

 a { background-color: rgb(250,25,130); }

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

border-color css

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

 span { border-color: rgb(250,25,130); }

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