Html Css Color HEX #FA2195 Deep Pink

📋 copy color: '#FA2195'

red 250 ◦ green 33 ◦ blue 149

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

Shades of Deep Pink #FA2195

Tints of Deep Pink #FA2195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 57.87%
G = 7.64%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA2195 (or 0xFA2195) is known color: Deep Pink. HEX triplet: FA, 21 and 95. RGB value is (250,33,149). Sum of RGB (Red+Green+Blue) = 250+33+149=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2195 is #05DE6A. Grayscale: #6E6E6E. Windows color (decimal): -384619 or 9773562. OLE color: 9773562.

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

Color convert

RGB 250 33 149 -
CMYK 0 0.87 0.40 0.02
HSL 327.93º 0.96% 0.55% -
HSV(B) 327.93º 0.87% 0.98% -
XYZ 45.39 23.58 30.59 -
YUV 111.11 149.39 227.07 -
System Red Green Blue C M Y K H S L
Decimal 250 33 149 0 0.87 0.40 0.02 327.93 0.96 0.55
Hex FA 21 95 0 57 28 2 148 60 37
Octal 372 41 225 0 127 50 2 510 140 67
Binary 11111010 100001 10010101 0 1010111 101000 10 101001000 1100000 110111

Color Harmonies of #FA2195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2195

Black with #FA2195

Text Example


Text Example

White with #FA2195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2195; }

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

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

background-color css

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

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

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

border-color css

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

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

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