Html Css Color HEX #FA1E8D Deep Pink

📋 copy color: '#FA1E8D'

red 250 ◦ green 30 ◦ blue 141

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

Shades of Deep Pink #FA1E8D

Tints of Deep Pink #FA1E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 59.38%
G = 7.13%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA1E8D (or 0xFA1E8D) is known color: Deep Pink. HEX triplet: FA, 1E and 8D. RGB value is (250,30,141). Sum of RGB (Red+Green+Blue) = 250+30+141=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1E8D is #05E172. Grayscale: #6C6C6C. Windows color (decimal): -385395 or 9248506. OLE color: 9248506.

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

Color convert

RGB 250 30 141 -
CMYK 0 0.88 0.44 0.02
HSL 329.73º 0.96% 0.55% -
HSV(B) 329.73º 0.88% 0.98% -
XYZ 44.7 23.18 27.32 -
YUV 108.43 146.39 228.97 -
System Red Green Blue C M Y K H S L
Decimal 250 30 141 0 0.88 0.44 0.02 329.73 0.96 0.55
Hex FA 1E 8D 0 58 2C 2 14A 60 37
Octal 372 36 215 0 130 54 2 512 140 67
Binary 11111010 11110 10001101 0 1011000 101100 10 101001010 1100000 110111

Color Harmonies of #FA1E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E8D

Black with #FA1E8D

Text Example


Text Example

White with #FA1E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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