Html Css Color HEX #FA1890 Deep Pink

📋 copy color: '#FA1890'

red 250 ◦ green 24 ◦ blue 144

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

Shades of Deep Pink #FA1890

Tints of Deep Pink #FA1890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.74%

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 59.81%
G = 5.74%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA1890 (or 0xFA1890) is known color: Deep Pink. HEX triplet: FA, 18 and 90. RGB value is (250,24,144). Sum of RGB (Red+Green+Blue) = 250+24+144=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1890 is #05E76F. Grayscale: #696969. Windows color (decimal): -386928 or 9443578. OLE color: 9443578.

HSL color Cylindrical-coordinate representation of color #FA1890: hue angle of 328.14º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1890 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 24 144 -
CMYK 0 0.90 0.42 0.02
HSL 328.14º 0.96% 0.54% -
HSV(B) 328.14º 0.9% 0.98% -
XYZ 44.79 22.99 28.46 -
YUV 105.25 149.87 231.24 -
System Red Green Blue C M Y K H S L
Decimal 250 24 144 0 0.90 0.42 0.02 328.14 0.96 0.54
Hex FA 18 90 0 5A 2A 2 148 60 36
Octal 372 30 220 0 132 52 2 510 140 66
Binary 11111010 11000 10010000 0 1011010 101010 10 101001000 1100000 110110

Color Harmonies of #FA1890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1890

Black with #FA1890

Text Example


Text Example

White with #FA1890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1890; }

 p { color: rgb(250,24,144); }

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

background-color css

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

 a { background-color: rgb(250,24,144); }

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

border-color css

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

 span { border-color: rgb(250,24,144); }

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