Html Css Color HEX #FE218C Deep Pink

📋 copy color: '#FE218C'

red 254 ◦ green 33 ◦ blue 140

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

Shades of Deep Pink #FE218C

Tints of Deep Pink #FE218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 59.48%
G = 7.73%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE218C (or 0xFE218C) is known color: Deep Pink. HEX triplet: FE, 21 and 8C. RGB value is (254,33,140). Sum of RGB (Red+Green+Blue) = 254+33+140=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE218C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE218C is #01DE73. Grayscale: #6F6F6F. Windows color (decimal): -122484 or 9183742. OLE color: 9183742.

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

Color convert

RGB 254 33 140 -
CMYK 0 0.87 0.45 0.00
HSL 330.95º 0.99% 0.56% -
HSV(B) 330.95º 0.87% 1% -
XYZ 46.15 24.05 27.02 -
YUV 111.28 144.22 229.8 -
System Red Green Blue C M Y K H S L
Decimal 254 33 140 0 0.87 0.45 0.00 330.95 0.99 0.56
Hex FE 21 8C 0 57 2D 0 14B 63 38
Octal 376 41 214 0 127 55 0 513 143 70
Binary 11111110 100001 10001100 0 1010111 101101 0 101001011 1100011 111000

Color Harmonies of #FE218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE218C

Black with #FE218C

Text Example


Text Example

White with #FE218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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