Html Css Color HEX #FA0882 Deep Pink

📋 copy color: '#FA0882'

red 250 ◦ green 8 ◦ blue 130

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

Shades of Deep Pink #FA0882

Tints of Deep Pink #FA0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.06%

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

R = 64.43%
G = 2.06%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA0882 (or 0xFA0882) is known color: Deep Pink. HEX triplet: FA, 08 and 82. RGB value is (250,8,130). Sum of RGB (Red+Green+Blue) = 250+8+130=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0882 is #05F77D. Grayscale: #5E5E5E. Windows color (decimal): -391038 or 8521978. OLE color: 8521978.

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

Color convert

RGB 250 8 130 -
CMYK 0 0.97 0.48 0.02
HSL 329.75º 0.96% 0.51% -
HSV(B) 329.75º 0.97% 0.98% -
XYZ 43.54 22.11 23.09 -
YUV 94.27 148.17 239.08 -
System Red Green Blue C M Y K H S L
Decimal 250 8 130 0 0.97 0.48 0.02 329.75 0.96 0.51
Hex FA 8 82 0 61 30 2 14A 60 33
Octal 372 10 202 0 141 60 2 512 140 63
Binary 11111010 1000 10000010 0 1100001 110000 10 101001010 1100000 110011

Color Harmonies of #FA0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0882

Black with #FA0882

Text Example


Text Example

White with #FA0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0882; }

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

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

background-color css

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

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

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

border-color css

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

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

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