Html Css Color HEX #FA1977 Deep Pink

📋 copy color: '#FA1977'

red 250 ◦ green 25 ◦ blue 119

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

Shades of Deep Pink #FA1977

Tints of Deep Pink #FA1977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 63.45%
G = 6.35%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA1977 (or 0xFA1977) is known color: Deep Pink. HEX triplet: FA, 19 and 77. RGB value is (250,25,119). Sum of RGB (Red+Green+Blue) = 250+25+119=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1977 is #05E688. Grayscale: #666666. Windows color (decimal): -386697 or 7805434. OLE color: 7805434.

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

Color convert

RGB 250 25 119 -
CMYK 0 0.9 0.52 0.02
HSL 334.93º 0.96% 0.54% -
HSV(B) 334.93º 0.9% 0.98% -
XYZ 43.1 22.35 19.5 -
YUV 102.99 137.04 232.86 -
System Red Green Blue C M Y K H S L
Decimal 250 25 119 0 0.9 0.52 0.02 334.93 0.96 0.54
Hex FA 19 77 0 5A 34 2 14F 60 36
Octal 372 31 167 0 132 64 2 517 140 66
Binary 11111010 11001 1110111 0 1011010 110100 10 101001111 1100000 110110

Color Harmonies of #FA1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1977

Black with #FA1977

Text Example


Text Example

White with #FA1977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1977; }

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

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

background-color css

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

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

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

border-color css

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

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

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