Html Css Color HEX #FA0282 Deep Pink

📋 copy color: '#FA0282'

red 250 ◦ green 2 ◦ blue 130

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

Shades of Deep Pink #FA0282

Tints of Deep Pink #FA0282

RGB

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

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

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

R = 65.45%
G = 0.52%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA0282 (or 0xFA0282) is known color: Deep Pink. HEX triplet: FA, 02 and 82. RGB value is (250,2,130). Sum of RGB (Red+Green+Blue) = 250+2+130=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0282 is #05FD7D. Grayscale: #5A5A5A. Windows color (decimal): -392574 or 8520442. OLE color: 8520442.

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

Color convert

RGB 250 2 130 -
CMYK 0 0.99 0.48 0.02
HSL 329.03º 0.98% 0.49% -
HSV(B) 329.03º 0.99% 0.98% -
XYZ 43.48 21.98 23.07 -
YUV 90.74 150.16 241.59 -
System Red Green Blue C M Y K H S L
Decimal 250 2 130 0 0.99 0.48 0.02 329.03 0.98 0.49
Hex FA 2 82 0 63 30 2 149 62 31
Octal 372 2 202 0 143 60 2 511 142 61
Binary 11111010 10 10000010 0 1100011 110000 10 101001001 1100010 110001

Color Harmonies of #FA0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0282

Black with #FA0282

Text Example


Text Example

White with #FA0282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0282; }

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

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

background-color css

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

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

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

border-color css

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

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

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