Html Css Color HEX #FA1E8B Deep Pink

📋 copy color: '#FA1E8B'

red 250 ◦ green 30 ◦ blue 139

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

Shades of Deep Pink #FA1E8B

Tints of Deep Pink #FA1E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 59.67%
G = 7.16%
B = 33.17%

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

#FA1E8B (or 0xFA1E8B) is known color: Deep Pink. HEX triplet: FA, 1E and 8B. RGB value is (250,30,139). Sum of RGB (Red+Green+Blue) = 250+30+139=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1E8B is #05E174. Grayscale: #6B6B6B. Windows color (decimal): -385397 or 9117434. OLE color: 9117434.

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

Color convert

RGB 250 30 139 -
CMYK 0 0.88 0.44 0.02
HSL 330.27º 0.96% 0.55% -
HSV(B) 330.27º 0.88% 0.98% -
XYZ 44.55 23.12 26.54 -
YUV 108.21 145.39 229.14 -
System Red Green Blue C M Y K H S L
Decimal 250 30 139 0 0.88 0.44 0.02 330.27 0.96 0.55
Hex FA 1E 8B 0 58 2C 2 14A 60 37
Octal 372 36 213 0 130 54 2 512 140 67
Binary 11111010 11110 10001011 0 1011000 101100 10 101001010 1100000 110111

Color Harmonies of #FA1E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E8B

Black with #FA1E8B

Text Example


Text Example

White with #FA1E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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