Html Css Color HEX #FE52EF Pink Flamingo

📋 copy color: '#FE52EF'

red 254 ◦ green 82 ◦ blue 239

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

Shades of Pink Flamingo #FE52EF

Tints of Pink Flamingo #FE52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.57%

R = 44.17%
G = 14.26%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE52EF (or 0xFE52EF) is known color: Pink Flamingo. HEX triplet: FE, 52 and EF. RGB value is (254,82,239). Sum of RGB (Red+Green+Blue) = 254+82+239=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 82 (32.42% from 255 or 14.26% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE52EF is #01AD10. Grayscale: #969696. Windows color (decimal): -109841 or 15684350. OLE color: 15684350.

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

Color convert

RGB 254 82 239 -
CMYK 0 0.68 0.06 0.00
HSL 305.23º 0.99% 0.66% -
HSV(B) 305.23º 0.68% 1% -
XYZ 59.47 33.34 84.96 -
YUV 151.33 177.48 201.23 -
System Red Green Blue C M Y K H S L
Decimal 254 82 239 0 0.68 0.06 0.00 305.23 0.99 0.66
Hex FE 52 EF 0 44 6 0 131 63 42
Octal 376 122 357 0 104 6 0 461 143 102
Binary 11111110 1010010 11101111 0 1000100 110 0 100110001 1100011 1000010

Color Harmonies of #FE52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52EF

Black with #FE52EF

Text Example


Text Example

White with #FE52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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