Html Css Color HEX #FE52EC Pink Flamingo

📋 copy color: '#FE52EC'

red 254 ◦ green 82 ◦ blue 236

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

Shades of Pink Flamingo #FE52EC

Tints of Pink Flamingo #FE52EC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.34%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 44.41%
G = 14.34%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE52EC (or 0xFE52EC) is known color: Pink Flamingo. HEX triplet: FE, 52 and EC. RGB value is (254,82,236). Sum of RGB (Red+Green+Blue) = 254+82+236=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 82 (32.42% from 255 or 14.34% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE52EC is #01AD13. Grayscale: #969696. Windows color (decimal): -109844 or 15487742. OLE color: 15487742.

HSL color Cylindrical-coordinate representation of color #FE52EC: hue angle of 306.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE52EC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 82 236 -
CMYK 0 0.68 0.07 0.00
HSL 306.28º 0.99% 0.66% -
HSV(B) 306.28º 0.68% 1% -
XYZ 59.03 33.16 82.65 -
YUV 150.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 254 82 236 0 0.68 0.07 0.00 306.28 0.99 0.66
Hex FE 52 EC 0 44 7 0 132 63 42
Octal 376 122 354 0 104 7 0 462 143 102
Binary 11111110 1010010 11101100 0 1000100 111 0 100110010 1100011 1000010

Color Harmonies of #FE52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52EC

Black with #FE52EC

Text Example


Text Example

White with #FE52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52EC; }

 p { color: rgb(254,82,236); }

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

background-color css

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

 a { background-color: rgb(254,82,236); }

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

border-color css

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

 span { border-color: rgb(254,82,236); }

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