Html Css Color HEX #FA1E8E Deep Pink

📋 copy color: '#FA1E8E'

red 250 ◦ green 30 ◦ blue 142

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

Shades of Deep Pink #FA1E8E

Tints of Deep Pink #FA1E8E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.11%

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 59.24%
G = 7.11%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA1E8E (or 0xFA1E8E) is known color: Deep Pink. HEX triplet: FA, 1E and 8E. RGB value is (250,30,142). Sum of RGB (Red+Green+Blue) = 250+30+142=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1E8E is #05E171. Grayscale: #6C6C6C. Windows color (decimal): -385394 or 9314042. OLE color: 9314042.

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

Color convert

RGB 250 30 142 -
CMYK 0 0.88 0.43 0.02
HSL 329.45º 0.96% 0.55% -
HSV(B) 329.45º 0.88% 0.98% -
XYZ 44.77 23.21 27.71 -
YUV 108.55 146.89 228.89 -
System Red Green Blue C M Y K H S L
Decimal 250 30 142 0 0.88 0.43 0.02 329.45 0.96 0.55
Hex FA 1E 8E 0 58 2B 2 149 60 37
Octal 372 36 216 0 130 53 2 511 140 67
Binary 11111010 11110 10001110 0 1011000 101011 10 101001001 1100000 110111

Color Harmonies of #FA1E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E8E

Black with #FA1E8E

Text Example


Text Example

White with #FA1E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E8E; }

 p { color: rgb(250,30,142); }

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

background-color css

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

 a { background-color: rgb(250,30,142); }

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

border-color css

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

 span { border-color: rgb(250,30,142); }

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