Html Css Color HEX #FA1780 Deep Pink

📋 copy color: '#FA1780'

red 250 ◦ green 23 ◦ blue 128

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

Shades of Deep Pink #FA1780

Tints of Deep Pink #FA1780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 62.34%
G = 5.74%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA1780 (or 0xFA1780) is known color: Deep Pink. HEX triplet: FA, 17 and 80. RGB value is (250,23,128). Sum of RGB (Red+Green+Blue) = 250+23+128=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1780 is #05E87F. Grayscale: #666666. Windows color (decimal): -387200 or 8394746. OLE color: 8394746.

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

Color convert

RGB 250 23 128 -
CMYK 0 0.91 0.49 0.02
HSL 332.25º 0.96% 0.54% -
HSV(B) 332.25º 0.91% 0.98% -
XYZ 43.63 22.5 22.46 -
YUV 102.84 142.21 232.96 -
System Red Green Blue C M Y K H S L
Decimal 250 23 128 0 0.91 0.49 0.02 332.25 0.96 0.54
Hex FA 17 80 0 5B 31 2 14C 60 36
Octal 372 27 200 0 133 61 2 514 140 66
Binary 11111010 10111 10000000 0 1011011 110001 10 101001100 1100000 110110

Color Harmonies of #FA1780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1780

Black with #FA1780

Text Example


Text Example

White with #FA1780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1780; }

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

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

background-color css

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

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

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

border-color css

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

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

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