Html Css Color HEX #FA1697 Deep Pink

📋 copy color: '#FA1697'

red 250 ◦ green 22 ◦ blue 151

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

Shades of Deep Pink #FA1697

Tints of Deep Pink #FA1697

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.2%

 BLUE value IS 151 (59.38% from 255) = 35.7%

R = 59.1%
G = 5.2%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA1697 (or 0xFA1697) is known color: Deep Pink. HEX triplet: FA, 16 and 97. RGB value is (250,22,151). Sum of RGB (Red+Green+Blue) = 250+22+151=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1697 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1697 is #05E968. Grayscale: #686868. Windows color (decimal): -387433 or 9901818. OLE color: 9901818.

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

Color convert

RGB 250 22 151 -
CMYK 0 0.91 0.40 0.02
HSL 326.05º 0.96% 0.53% -
HSV(B) 326.05º 0.91% 0.98% -
XYZ 45.3 23.13 31.36 -
YUV 104.88 154.04 231.51 -
System Red Green Blue C M Y K H S L
Decimal 250 22 151 0 0.91 0.40 0.02 326.05 0.96 0.53
Hex FA 16 97 0 5B 28 2 146 60 35
Octal 372 26 227 0 133 50 2 506 140 65
Binary 11111010 10110 10010111 0 1011011 101000 10 101000110 1100000 110101

Color Harmonies of #FA1697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1697

Black with #FA1697

Text Example


Text Example

White with #FA1697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1697; }

 p { color: rgb(250,22,151); }

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

background-color css

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

 a { background-color: rgb(250,22,151); }

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

border-color css

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

 span { border-color: rgb(250,22,151); }

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