Html Css Color HEX #FA1E88 Deep Pink

📋 copy color: '#FA1E88'

red 250 ◦ green 30 ◦ blue 136

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

Shades of Deep Pink #FA1E88

Tints of Deep Pink #FA1E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.69%

R = 60.1%
G = 7.21%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA1E88 (or 0xFA1E88) is known color: Deep Pink. HEX triplet: FA, 1E and 88. RGB value is (250,30,136). Sum of RGB (Red+Green+Blue) = 250+30+136=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1E88 is #05E177. Grayscale: #6B6B6B. Windows color (decimal): -385400 or 8920826. OLE color: 8920826.

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

Color convert

RGB 250 30 136 -
CMYK 0 0.88 0.46 0.02
HSL 331.09º 0.96% 0.55% -
HSV(B) 331.09º 0.88% 0.98% -
XYZ 44.33 23.03 25.4 -
YUV 107.86 143.89 229.38 -
System Red Green Blue C M Y K H S L
Decimal 250 30 136 0 0.88 0.46 0.02 331.09 0.96 0.55
Hex FA 1E 88 0 58 2E 2 14B 60 37
Octal 372 36 210 0 130 56 2 513 140 67
Binary 11111010 11110 10001000 0 1011000 101110 10 101001011 1100000 110111

Color Harmonies of #FA1E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E88

Black with #FA1E88

Text Example


Text Example

White with #FA1E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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