Html Css Color HEX #FA0E9E Deep Pink

📋 copy color: '#FA0E9E'

red 250 ◦ green 14 ◦ blue 158

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

Shades of Deep Pink #FA0E9E

Tints of Deep Pink #FA0E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 59.24%
G = 3.32%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA0E9E (or 0xFA0E9E) is known color: Deep Pink. HEX triplet: FA, 0E and 9E. RGB value is (250,14,158). Sum of RGB (Red+Green+Blue) = 250+14+158=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0E9E is #05F161. Grayscale: #646464. Windows color (decimal): -389474 or 10358522. OLE color: 10358522.

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

Color convert

RGB 250 14 158 -
CMYK 0 0.94 0.37 0.02
HSL 323.39º 0.96% 0.52% -
HSV(B) 323.39º 0.94% 0.98% -
XYZ 45.75 23.11 34.4 -
YUV 100.98 160.19 234.29 -
System Red Green Blue C M Y K H S L
Decimal 250 14 158 0 0.94 0.37 0.02 323.39 0.96 0.52
Hex FA E 9E 0 5E 25 2 143 60 34
Octal 372 16 236 0 136 45 2 503 140 64
Binary 11111010 1110 10011110 0 1011110 100101 10 101000011 1100000 110100

Color Harmonies of #FA0E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0E9E

Black with #FA0E9E

Text Example


Text Example

White with #FA0E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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