Html Css Color HEX #FE217C Deep Pink

📋 copy color: '#FE217C'

red 254 ◦ green 33 ◦ blue 124

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

Shades of Deep Pink #FE217C

Tints of Deep Pink #FE217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 61.8%
G = 8.03%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE217C (or 0xFE217C) is known color: Deep Pink. HEX triplet: FE, 21 and 7C. RGB value is (254,33,124). Sum of RGB (Red+Green+Blue) = 254+33+124=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE217C is #01DE83. Grayscale: #6D6D6D. Windows color (decimal): -122500 or 8135166. OLE color: 8135166.

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

Color convert

RGB 254 33 124 -
CMYK 0 0.87 0.51 0.00
HSL 335.29º 0.99% 0.56% -
HSV(B) 335.29º 0.87% 1% -
XYZ 45.06 23.61 21.25 -
YUV 109.45 136.22 231.1 -
System Red Green Blue C M Y K H S L
Decimal 254 33 124 0 0.87 0.51 0.00 335.29 0.99 0.56
Hex FE 21 7C 0 57 33 0 14F 63 38
Octal 376 41 174 0 127 63 0 517 143 70
Binary 11111110 100001 1111100 0 1010111 110011 0 101001111 1100011 111000

Color Harmonies of #FE217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE217C

Black with #FE217C

Text Example


Text Example

White with #FE217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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