Html Css Color HEX #FA1790 Deep Pink

📋 copy color: '#FA1790'

red 250 ◦ green 23 ◦ blue 144

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

Shades of Deep Pink #FA1790

Tints of Deep Pink #FA1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.52%

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

R = 59.95%
G = 5.52%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA1790 (or 0xFA1790) is known color: Deep Pink. HEX triplet: FA, 17 and 90. RGB value is (250,23,144). Sum of RGB (Red+Green+Blue) = 250+23+144=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1790 is #05E86F. Grayscale: #686868. Windows color (decimal): -387184 or 9443322. OLE color: 9443322.

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

Color convert

RGB 250 23 144 -
CMYK 0 0.91 0.42 0.02
HSL 328.02º 0.96% 0.54% -
HSV(B) 328.02º 0.91% 0.98% -
XYZ 44.76 22.95 28.46 -
YUV 104.67 150.21 231.66 -
System Red Green Blue C M Y K H S L
Decimal 250 23 144 0 0.91 0.42 0.02 328.02 0.96 0.54
Hex FA 17 90 0 5B 2A 2 148 60 36
Octal 372 27 220 0 133 52 2 510 140 66
Binary 11111010 10111 10010000 0 1011011 101010 10 101001000 1100000 110110

Color Harmonies of #FA1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1790

Black with #FA1790

Text Example


Text Example

White with #FA1790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1790; }

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

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

background-color css

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

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

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

border-color css

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

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

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