Html Css Color HEX #FA1490 Deep Pink

📋 copy color: '#FA1490'

red 250 ◦ green 20 ◦ blue 144

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

Shades of Deep Pink #FA1490

Tints of Deep Pink #FA1490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.83%

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

R = 60.39%
G = 4.83%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA1490 (or 0xFA1490) is known color: Deep Pink. HEX triplet: FA, 14 and 90. RGB value is (250,20,144). Sum of RGB (Red+Green+Blue) = 250+20+144=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1490 is #05EB6F. Grayscale: #666666. Windows color (decimal): -387952 or 9442554. OLE color: 9442554.

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

Color convert

RGB 250 20 144 -
CMYK 0 0.92 0.42 0.02
HSL 327.65º 0.96% 0.53% -
HSV(B) 327.65º 0.92% 0.98% -
XYZ 44.71 22.84 28.44 -
YUV 102.91 151.2 232.92 -
System Red Green Blue C M Y K H S L
Decimal 250 20 144 0 0.92 0.42 0.02 327.65 0.96 0.53
Hex FA 14 90 0 5C 2A 2 148 60 35
Octal 372 24 220 0 134 52 2 510 140 65
Binary 11111010 10100 10010000 0 1011100 101010 10 101001000 1100000 110101

Color Harmonies of #FA1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1490

Black with #FA1490

Text Example


Text Example

White with #FA1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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