Html Css Color HEX #FE228F Deep Pink

📋 copy color: '#FE228F'

red 254 ◦ green 34 ◦ blue 143

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

Shades of Deep Pink #FE228F

Tints of Deep Pink #FE228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 58.93%
G = 7.89%
B = 33.18%

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

#FE228F (or 0xFE228F) is known color: Deep Pink. HEX triplet: FE, 22 and 8F. RGB value is (254,34,143). Sum of RGB (Red+Green+Blue) = 254+34+143=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE228F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE228F is #01DD70. Grayscale: #6F6F6F. Windows color (decimal): -122225 or 9380606. OLE color: 9380606.

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

Color convert

RGB 254 34 143 -
CMYK 0 0.87 0.44 0.00
HSL 330.27º 0.99% 0.56% -
HSV(B) 330.27º 0.87% 1% -
XYZ 46.4 24.2 28.21 -
YUV 112.21 145.39 229.14 -
System Red Green Blue C M Y K H S L
Decimal 254 34 143 0 0.87 0.44 0.00 330.27 0.99 0.56
Hex FE 22 8F 0 57 2C 0 14A 63 38
Octal 376 42 217 0 127 54 0 512 143 70
Binary 11111110 100010 10001111 0 1010111 101100 0 101001010 1100011 111000

Color Harmonies of #FE228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE228F

Black with #FE228F

Text Example


Text Example

White with #FE228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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