Html Css Color HEX #FE218D Deep Pink

📋 copy color: '#FE218D'

red 254 ◦ green 33 ◦ blue 141

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

Shades of Deep Pink #FE218D

Tints of Deep Pink #FE218D

RGB

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

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

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

R = 59.35%
G = 7.71%
B = 32.94%

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

#FE218D (or 0xFE218D) is known color: Deep Pink. HEX triplet: FE, 21 and 8D. RGB value is (254,33,141). Sum of RGB (Red+Green+Blue) = 254+33+141=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE218D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE218D is #01DE72. Grayscale: #6F6F6F. Windows color (decimal): -122483 or 9249278. OLE color: 9249278.

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

Color convert

RGB 254 33 141 -
CMYK 0 0.87 0.44 0.00
HSL 330.68º 0.99% 0.56% -
HSV(B) 330.68º 0.87% 1% -
XYZ 46.22 24.08 27.41 -
YUV 111.39 144.72 229.72 -
System Red Green Blue C M Y K H S L
Decimal 254 33 141 0 0.87 0.44 0.00 330.68 0.99 0.56
Hex FE 21 8D 0 57 2C 0 14B 63 38
Octal 376 41 215 0 127 54 0 513 143 70
Binary 11111110 100001 10001101 0 1010111 101100 0 101001011 1100011 111000

Color Harmonies of #FE218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE218D

Black with #FE218D

Text Example


Text Example

White with #FE218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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