Html Css Color HEX #FA0886 Deep Pink

📋 copy color: '#FA0886'

red 250 ◦ green 8 ◦ blue 134

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

Shades of Deep Pink #FA0886

Tints of Deep Pink #FA0886

RGB

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

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

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

R = 63.78%
G = 2.04%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA0886 (or 0xFA0886) is known color: Deep Pink. HEX triplet: FA, 08 and 86. RGB value is (250,8,134). Sum of RGB (Red+Green+Blue) = 250+8+134=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0886 is #05F779. Grayscale: #5E5E5E. Windows color (decimal): -391034 or 8784122. OLE color: 8784122.

HSL color Cylindrical-coordinate representation of color #FA0886: hue angle of 328.76º 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 #FA0886 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 8 134 -
CMYK 0 0.97 0.46 0.02
HSL 328.76º 0.96% 0.51% -
HSV(B) 328.76º 0.97% 0.98% -
XYZ 43.81 22.22 24.53 -
YUV 94.72 150.17 238.75 -
System Red Green Blue C M Y K H S L
Decimal 250 8 134 0 0.97 0.46 0.02 328.76 0.96 0.51
Hex FA 8 86 0 61 2E 2 149 60 33
Octal 372 10 206 0 141 56 2 511 140 63
Binary 11111010 1000 10000110 0 1100001 101110 10 101001001 1100000 110011

Color Harmonies of #FA0886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0886

Black with #FA0886

Text Example


Text Example

White with #FA0886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0886; }

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

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

background-color css

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

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

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

border-color css

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

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

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