Html Css Color HEX #FA1976 Deep Pink

📋 copy color: '#FA1976'

red 250 ◦ green 25 ◦ blue 118

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

Shades of Deep Pink #FA1976

Tints of Deep Pink #FA1976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 63.61%
G = 6.36%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA1976 (or 0xFA1976) is known color: Deep Pink. HEX triplet: FA, 19 and 76. RGB value is (250,25,118). Sum of RGB (Red+Green+Blue) = 250+25+118=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1976 is #05E689. Grayscale: #666666. Windows color (decimal): -386698 or 7739898. OLE color: 7739898.

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

Color convert

RGB 250 25 118 -
CMYK 0 0.9 0.53 0.02
HSL 335.2º 0.96% 0.54% -
HSV(B) 335.2º 0.9% 0.98% -
XYZ 43.04 22.33 19.18 -
YUV 102.88 136.54 232.94 -
System Red Green Blue C M Y K H S L
Decimal 250 25 118 0 0.9 0.53 0.02 335.2 0.96 0.54
Hex FA 19 76 0 5A 35 2 14F 60 36
Octal 372 31 166 0 132 65 2 517 140 66
Binary 11111010 11001 1110110 0 1011010 110101 10 101001111 1100000 110110

Color Harmonies of #FA1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1976

Black with #FA1976

Text Example


Text Example

White with #FA1976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1976; }

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

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

background-color css

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

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

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

border-color css

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

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

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