Html Css Color HEX #FA1E7E Deep Pink

📋 copy color: '#FA1E7E'

red 250 ◦ green 30 ◦ blue 126

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

Shades of Deep Pink #FA1E7E

Tints of Deep Pink #FA1E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 61.58%
G = 7.39%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA1E7E (or 0xFA1E7E) is known color: Deep Pink. HEX triplet: FA, 1E and 7E. RGB value is (250,30,126). Sum of RGB (Red+Green+Blue) = 250+30+126=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1E7E is #05E181. Grayscale: #6A6A6A. Windows color (decimal): -385410 or 8265466. OLE color: 8265466.

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

Color convert

RGB 250 30 126 -
CMYK 0 0.88 0.50 0.02
HSL 333.82º 0.96% 0.55% -
HSV(B) 333.82º 0.88% 0.98% -
XYZ 43.65 22.76 21.83 -
YUV 106.72 138.89 230.19 -
System Red Green Blue C M Y K H S L
Decimal 250 30 126 0 0.88 0.50 0.02 333.82 0.96 0.55
Hex FA 1E 7E 0 58 32 2 14E 60 37
Octal 372 36 176 0 130 62 2 516 140 67
Binary 11111010 11110 1111110 0 1011000 110010 10 101001110 1100000 110111

Color Harmonies of #FA1E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E7E

Black with #FA1E7E

Text Example


Text Example

White with #FA1E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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