Html Css Color HEX #FA2076 Deep Pink

📋 copy color: '#FA2076'

red 250 ◦ green 32 ◦ blue 118

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

Shades of Deep Pink #FA2076

Tints of Deep Pink #FA2076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8%

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

R = 62.5%
G = 8%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA2076 (or 0xFA2076) is known color: Deep Pink. HEX triplet: FA, 20 and 76. RGB value is (250,32,118). Sum of RGB (Red+Green+Blue) = 250+32+118=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2076 is #05DF89. Grayscale: #6A6A6A. Windows color (decimal): -384906 or 7741690. OLE color: 7741690.

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

Color convert

RGB 250 32 118 -
CMYK 0 0.87 0.53 0.02
HSL 336.33º 0.96% 0.55% -
HSV(B) 336.33º 0.87% 0.98% -
XYZ 43.21 22.67 19.24 -
YUV 106.99 134.22 230.01 -
System Red Green Blue C M Y K H S L
Decimal 250 32 118 0 0.87 0.53 0.02 336.33 0.96 0.55
Hex FA 20 76 0 57 35 2 150 60 37
Octal 372 40 166 0 127 65 2 520 140 67
Binary 11111010 100000 1110110 0 1010111 110101 10 101010000 1100000 110111

Color Harmonies of #FA2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2076

Black with #FA2076

Text Example


Text Example

White with #FA2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2076; }

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

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

background-color css

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

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

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

border-color css

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

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

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