Html Css Color HEX #FA1996 Deep Pink

📋 copy color: '#FA1996'

red 250 ◦ green 25 ◦ blue 150

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

Shades of Deep Pink #FA1996

Tints of Deep Pink #FA1996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.88%

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

R = 58.82%
G = 5.88%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA1996 (or 0xFA1996) is known color: Deep Pink. HEX triplet: FA, 19 and 96. RGB value is (250,25,150). Sum of RGB (Red+Green+Blue) = 250+25+150=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1996 is #05E669. Grayscale: #6A6A6A. Windows color (decimal): -386666 or 9837050. OLE color: 9837050.

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

Color convert

RGB 250 25 150 -
CMYK 0 0.9 0.4 0.02
HSL 326.67º 0.96% 0.54% -
HSV(B) 326.67º 0.9% 0.98% -
XYZ 45.28 23.22 30.95 -
YUV 106.53 152.54 230.34 -
System Red Green Blue C M Y K H S L
Decimal 250 25 150 0 0.9 0.4 0.02 326.67 0.96 0.54
Hex FA 19 96 0 5A 28 2 147 60 36
Octal 372 31 226 0 132 50 2 507 140 66
Binary 11111010 11001 10010110 0 1011010 101000 10 101000111 1100000 110110

Color Harmonies of #FA1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1996

Black with #FA1996

Text Example


Text Example

White with #FA1996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1996; }

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

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

background-color css

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

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

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

border-color css

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

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

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