Html Css Color HEX #FA1082 Deep Pink

📋 copy color: '#FA1082'

red 250 ◦ green 16 ◦ blue 130

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

Shades of Deep Pink #FA1082

Tints of Deep Pink #FA1082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.04%

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

R = 63.13%
G = 4.04%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA1082 (or 0xFA1082) is known color: Deep Pink. HEX triplet: FA, 10 and 82. RGB value is (250,16,130). Sum of RGB (Red+Green+Blue) = 250+16+130=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1082 is #05EF7D. Grayscale: #626262. Windows color (decimal): -388990 or 8524026. OLE color: 8524026.

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

Color convert

RGB 250 16 130 -
CMYK 0 0.94 0.48 0.02
HSL 330.77º 0.96% 0.52% -
HSV(B) 330.77º 0.94% 0.98% -
XYZ 43.64 22.31 23.12 -
YUV 98.96 145.52 235.73 -
System Red Green Blue C M Y K H S L
Decimal 250 16 130 0 0.94 0.48 0.02 330.77 0.96 0.52
Hex FA 10 82 0 5E 30 2 14B 60 34
Octal 372 20 202 0 136 60 2 513 140 64
Binary 11111010 10000 10000010 0 1011110 110000 10 101001011 1100000 110100

Color Harmonies of #FA1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1082

Black with #FA1082

Text Example


Text Example

White with #FA1082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1082; }

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

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

background-color css

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

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

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

border-color css

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

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

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