Html Css Color HEX #FA0086 Deep Pink

📋 copy color: '#FA0086'

red 250 ◦ green 0 ◦ blue 134

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

Shades of Deep Pink #FA0086

Tints of Deep Pink #FA0086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 34.9%

R = 65.1%
G = 0%
B = 34.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA0086 (or 0xFA0086) is known color: Deep Pink. HEX triplet: FA, 00 and 86. RGB value is (250,0,134). Sum of RGB (Red+Green+Blue) = 250+0+134=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0086 is #05FF79. Grayscale: #595959. Windows color (decimal): -393082 or 8782074. OLE color: 8782074.

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

Color convert

RGB 250 0 134 -
CMYK 0 1 0.46 0.02
HSL 327.84º 1% 0.49% -
HSV(B) 327.84º 1% 0.98% -
XYZ 43.73 22.05 24.5 -
YUV 90.03 152.83 242.1 -
System Red Green Blue C M Y K H S L
Decimal 250 0 134 0 1 0.46 0.02 327.84 1 0.49
Hex FA 0 86 0 64 2E 2 148 64 31
Octal 372 0 206 0 144 56 2 510 144 61
Binary 11111010 0 10000110 0 1100100 101110 10 101001000 1100100 110001

Color Harmonies of #FA0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0086

Black with #FA0086

Text Example


Text Example

White with #FA0086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0086; }

 p { color: rgb(250,0,134); }

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

background-color css

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

 a { background-color: rgb(250,0,134); }

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

border-color css

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

 span { border-color: rgb(250,0,134); }

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