Html Css Color HEX #FA2196 Deep Pink

📋 copy color: '#FA2196'

red 250 ◦ green 33 ◦ blue 150

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

Shades of Deep Pink #FA2196

Tints of Deep Pink #FA2196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.62%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 57.74%
G = 7.62%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA2196 (or 0xFA2196) is known color: Deep Pink. HEX triplet: FA, 21 and 96. RGB value is (250,33,150). Sum of RGB (Red+Green+Blue) = 250+33+150=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2196 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2196 is #05DE69. Grayscale: #6E6E6E. Windows color (decimal): -384618 or 9839098. OLE color: 9839098.

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

Color convert

RGB 250 33 150 -
CMYK 0 0.87 0.4 0.02
HSL 327.65º 0.96% 0.55% -
HSV(B) 327.65º 0.87% 0.98% -
XYZ 45.47 23.61 31.02 -
YUV 111.22 149.89 226.99 -
System Red Green Blue C M Y K H S L
Decimal 250 33 150 0 0.87 0.4 0.02 327.65 0.96 0.55
Hex FA 21 96 0 57 28 2 148 60 37
Octal 372 41 226 0 127 50 2 510 140 67
Binary 11111010 100001 10010110 0 1010111 101000 10 101001000 1100000 110111

Color Harmonies of #FA2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2196

Black with #FA2196

Text Example


Text Example

White with #FA2196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2196; }

 p { color: rgb(250,33,150); }

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

background-color css

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

 a { background-color: rgb(250,33,150); }

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

border-color css

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

 span { border-color: rgb(250,33,150); }

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