Html Css Color HEX #FE228D Deep Pink

📋 copy color: '#FE228D'

red 254 ◦ green 34 ◦ blue 141

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

Shades of Deep Pink #FE228D

Tints of Deep Pink #FE228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 59.21%
G = 7.93%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE228D (or 0xFE228D) is known color: Deep Pink. HEX triplet: FE, 22 and 8D. RGB value is (254,34,141). Sum of RGB (Red+Green+Blue) = 254+34+141=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE228D is #01DD72. Grayscale: #6F6F6F. Windows color (decimal): -122227 or 9249534. OLE color: 9249534.

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

Color convert

RGB 254 34 141 -
CMYK 0 0.87 0.44 0.00
HSL 330.82º 0.99% 0.56% -
HSV(B) 330.82º 0.87% 1% -
XYZ 46.25 24.14 27.42 -
YUV 111.98 144.39 229.3 -
System Red Green Blue C M Y K H S L
Decimal 254 34 141 0 0.87 0.44 0.00 330.82 0.99 0.56
Hex FE 22 8D 0 57 2C 0 14B 63 38
Octal 376 42 215 0 127 54 0 513 143 70
Binary 11111110 100010 10001101 0 1010111 101100 0 101001011 1100011 111000

Color Harmonies of #FE228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE228D

Black with #FE228D

Text Example


Text Example

White with #FE228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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