Html Css Color HEX #FA1796 Deep Pink

📋 copy color: '#FA1796'

red 250 ◦ green 23 ◦ blue 150

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

Shades of Deep Pink #FA1796

Tints of Deep Pink #FA1796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 59.1%
G = 5.44%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA1796 (or 0xFA1796) is known color: Deep Pink. HEX triplet: FA, 17 and 96. RGB value is (250,23,150). Sum of RGB (Red+Green+Blue) = 250+23+150=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1796 is #05E869. Grayscale: #696969. Windows color (decimal): -387178 or 9836538. OLE color: 9836538.

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

Color convert

RGB 250 23 150 -
CMYK 0 0.91 0.4 0.02
HSL 326.43º 0.96% 0.54% -
HSV(B) 326.43º 0.91% 0.98% -
XYZ 45.24 23.14 30.94 -
YUV 105.35 153.21 231.17 -
System Red Green Blue C M Y K H S L
Decimal 250 23 150 0 0.91 0.4 0.02 326.43 0.96 0.54
Hex FA 17 96 0 5B 28 2 146 60 36
Octal 372 27 226 0 133 50 2 506 140 66
Binary 11111010 10111 10010110 0 1011011 101000 10 101000110 1100000 110110

Color Harmonies of #FA1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1796

Black with #FA1796

Text Example


Text Example

White with #FA1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1796; }

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

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

background-color css

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

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

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

border-color css

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

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

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