Html Css Color HEX #FA0782 Deep Pink

📋 copy color: '#FA0782'

red 250 ◦ green 7 ◦ blue 130

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

Shades of Deep Pink #FA0782

Tints of Deep Pink #FA0782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.81%

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

R = 64.6%
G = 1.81%
B = 33.59%

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

#FA0782 (or 0xFA0782) is known color: Deep Pink. HEX triplet: FA, 07 and 82. RGB value is (250,7,130). Sum of RGB (Red+Green+Blue) = 250+7+130=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0782 is #05F87D. Grayscale: #5D5D5D. Windows color (decimal): -391294 or 8521722. OLE color: 8521722.

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

Color convert

RGB 250 7 130 -
CMYK 0 0.97 0.48 0.02
HSL 329.63º 0.96% 0.5% -
HSV(B) 329.63º 0.97% 0.98% -
XYZ 43.53 22.09 23.09 -
YUV 93.68 148.51 239.5 -
System Red Green Blue C M Y K H S L
Decimal 250 7 130 0 0.97 0.48 0.02 329.63 0.96 0.5
Hex FA 7 82 0 61 30 2 14A 60 32
Octal 372 7 202 0 141 60 2 512 140 62
Binary 11111010 111 10000010 0 1100001 110000 10 101001010 1100000 110010

Color Harmonies of #FA0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0782

Black with #FA0782

Text Example


Text Example

White with #FA0782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0782; }

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

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

background-color css

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

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

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

border-color css

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

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

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