Html Css Color HEX #FE2295 Deep Pink

📋 copy color: '#FE2295'

red 254 ◦ green 34 ◦ blue 149

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

Shades of Deep Pink #FE2295

Tints of Deep Pink #FE2295

RGB

 RED value IS 254 (99.61% from 255) = 58.12%

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

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

R = 58.12%
G = 7.78%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE2295 (or 0xFE2295) is known color: Deep Pink. HEX triplet: FE, 22 and 95. RGB value is (254,34,149). Sum of RGB (Red+Green+Blue) = 254+34+149=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2295 is #01DD6A. Grayscale: #707070. Windows color (decimal): -122219 or 9773822. OLE color: 9773822.

HSL color Cylindrical-coordinate representation of color #FE2295: hue angle of 328.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2295 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 34 149 -
CMYK 0 0.87 0.41 0.00
HSL 328.64º 0.99% 0.56% -
HSV(B) 328.64º 0.87% 1% -
XYZ 46.87 24.38 30.67 -
YUV 112.89 148.39 228.65 -
System Red Green Blue C M Y K H S L
Decimal 254 34 149 0 0.87 0.41 0.00 328.64 0.99 0.56
Hex FE 22 95 0 57 29 0 149 63 38
Octal 376 42 225 0 127 51 0 511 143 70
Binary 11111110 100010 10010101 0 1010111 101001 0 101001001 1100011 111000

Color Harmonies of #FE2295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2295

Black with #FE2295

Text Example


Text Example

White with #FE2295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2295; }

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

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

background-color css

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

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

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

border-color css

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

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

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