Html Css Color HEX #FA1D89 Deep Pink

📋 copy color: '#FA1D89'

red 250 ◦ green 29 ◦ blue 137

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

Shades of Deep Pink #FA1D89

Tints of Deep Pink #FA1D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.97%

 BLUE value IS 137 (53.91% from 255) = 32.93%

R = 60.1%
G = 6.97%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA1D89 (or 0xFA1D89) is known color: Deep Pink. HEX triplet: FA, 1D and 89. RGB value is (250,29,137). Sum of RGB (Red+Green+Blue) = 250+29+137=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1D89 is #05E276. Grayscale: #6B6B6B. Windows color (decimal): -385655 or 8986106. OLE color: 8986106.

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

Color convert

RGB 250 29 137 -
CMYK 0 0.88 0.45 0.02
HSL 330.68º 0.96% 0.55% -
HSV(B) 330.68º 0.88% 0.98% -
XYZ 44.38 23.01 25.77 -
YUV 107.39 144.72 229.72 -
System Red Green Blue C M Y K H S L
Decimal 250 29 137 0 0.88 0.45 0.02 330.68 0.96 0.55
Hex FA 1D 89 0 58 2D 2 14B 60 37
Octal 372 35 211 0 130 55 2 513 140 67
Binary 11111010 11101 10001001 0 1011000 101101 10 101001011 1100000 110111

Color Harmonies of #FA1D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1D89

Black with #FA1D89

Text Example


Text Example

White with #FA1D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1D89; }

 p { color: rgb(250,29,137); }

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

background-color css

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

 a { background-color: rgb(250,29,137); }

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

border-color css

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

 span { border-color: rgb(250,29,137); }

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