Html Css Color HEX #FA2295 Deep Pink

📋 copy color: '#FA2295'

red 250 ◦ green 34 ◦ blue 149

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

Shades of Deep Pink #FA2295

Tints of Deep Pink #FA2295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.85%

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

R = 57.74%
G = 7.85%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA2295 (or 0xFA2295) is known color: Deep Pink. HEX triplet: FA, 22 and 95. RGB value is (250,34,149). Sum of RGB (Red+Green+Blue) = 250+34+149=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2295 is #05DD6A. Grayscale: #6F6F6F. Windows color (decimal): -384363 or 9773818. OLE color: 9773818.

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

Color convert

RGB 250 34 149 -
CMYK 0 0.86 0.40 0.02
HSL 328.06º 0.96% 0.56% -
HSV(B) 328.06º 0.86% 0.98% -
XYZ 45.42 23.64 30.6 -
YUV 111.69 149.06 226.65 -
System Red Green Blue C M Y K H S L
Decimal 250 34 149 0 0.86 0.40 0.02 328.06 0.96 0.56
Hex FA 22 95 0 56 28 2 148 60 38
Octal 372 42 225 0 126 50 2 510 140 70
Binary 11111010 100010 10010101 0 1010110 101000 10 101001000 1100000 111000

Color Harmonies of #FA2295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2295

Black with #FA2295

Text Example


Text Example

White with #FA2295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2295; }

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

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

background-color css

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

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

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

border-color css

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

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

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