Html Css Color HEX #FA1176 Deep Pink

📋 copy color: '#FA1176'

red 250 ◦ green 17 ◦ blue 118

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

Shades of Deep Pink #FA1176

Tints of Deep Pink #FA1176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.42%

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

R = 64.94%
G = 4.42%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA1176 (or 0xFA1176) is known color: Deep Pink. HEX triplet: FA, 11 and 76. RGB value is (250,17,118). Sum of RGB (Red+Green+Blue) = 250+17+118=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1176 is #05EE89. Grayscale: #626262. Windows color (decimal): -388746 or 7737850. OLE color: 7737850.

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

Color convert

RGB 250 17 118 -
CMYK 0 0.93 0.53 0.02
HSL 333.99º 0.96% 0.52% -
HSV(B) 333.99º 0.93% 0.98% -
XYZ 42.89 22.03 19.13 -
YUV 98.18 139.19 236.29 -
System Red Green Blue C M Y K H S L
Decimal 250 17 118 0 0.93 0.53 0.02 333.99 0.96 0.52
Hex FA 11 76 0 5D 35 2 14E 60 34
Octal 372 21 166 0 135 65 2 516 140 64
Binary 11111010 10001 1110110 0 1011101 110101 10 101001110 1100000 110100

Color Harmonies of #FA1176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1176

Black with #FA1176

Text Example


Text Example

White with #FA1176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1176; }

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

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

background-color css

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

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

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

border-color css

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

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

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