Html Css Color HEX #FA0E86 Deep Pink

📋 copy color: '#FA0E86'

red 250 ◦ green 14 ◦ blue 134

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

Shades of Deep Pink #FA0E86

Tints of Deep Pink #FA0E86

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.52%

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

R = 62.81%
G = 3.52%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA0E86 (or 0xFA0E86) is known color: Deep Pink. HEX triplet: FA, 0E and 86. RGB value is (250,14,134). Sum of RGB (Red+Green+Blue) = 250+14+134=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0E86 is #05F179. Grayscale: #626262. Windows color (decimal): -389498 or 8785658. OLE color: 8785658.

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

Color convert

RGB 250 14 134 -
CMYK 0 0.94 0.46 0.02
HSL 329.49º 0.96% 0.52% -
HSV(B) 329.49º 0.94% 0.98% -
XYZ 43.88 22.36 24.56 -
YUV 98.24 148.19 236.24 -
System Red Green Blue C M Y K H S L
Decimal 250 14 134 0 0.94 0.46 0.02 329.49 0.96 0.52
Hex FA E 86 0 5E 2E 2 149 60 34
Octal 372 16 206 0 136 56 2 511 140 64
Binary 11111010 1110 10000110 0 1011110 101110 10 101001001 1100000 110100

Color Harmonies of #FA0E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0E86

Black with #FA0E86

Text Example


Text Example

White with #FA0E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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