Html Css Color HEX #FA1497 Deep Pink

📋 copy color: '#FA1497'

red 250 ◦ green 20 ◦ blue 151

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

Shades of Deep Pink #FA1497

Tints of Deep Pink #FA1497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.75%

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

R = 59.38%
G = 4.75%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA1497 (or 0xFA1497) is known color: Deep Pink. HEX triplet: FA, 14 and 97. RGB value is (250,20,151). Sum of RGB (Red+Green+Blue) = 250+20+151=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1497 is #05EB68. Grayscale: #676767. Windows color (decimal): -387945 or 9901306. OLE color: 9901306.

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

Color convert

RGB 250 20 151 -
CMYK 0 0.92 0.40 0.02
HSL 325.83º 0.96% 0.53% -
HSV(B) 325.83º 0.92% 0.98% -
XYZ 45.26 23.06 31.34 -
YUV 103.7 154.7 232.35 -
System Red Green Blue C M Y K H S L
Decimal 250 20 151 0 0.92 0.40 0.02 325.83 0.96 0.53
Hex FA 14 97 0 5C 28 2 146 60 35
Octal 372 24 227 0 134 50 2 506 140 65
Binary 11111010 10100 10010111 0 1011100 101000 10 101000110 1100000 110101

Color Harmonies of #FA1497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1497

Black with #FA1497

Text Example


Text Example

White with #FA1497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1497; }

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

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

background-color css

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

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

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

border-color css

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

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

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