Html Css Color HEX #FF52EC Pink Flamingo

📋 copy color: '#FF52EC'

red 255 ◦ green 82 ◦ blue 236

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

Shades of Pink Flamingo #FF52EC

Tints of Pink Flamingo #FF52EC

RGB

 RED value IS 255 (100% from 255) = 44.5%

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

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

R = 44.5%
G = 14.31%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF52EC (or 0xFF52EC) is known color: Pink Flamingo. HEX triplet: FF, 52 and EC. RGB value is (255,82,236). Sum of RGB (Red+Green+Blue) = 255+82+236=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 82 (32.42% from 255 or 14.31% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF52EC is #00AD13. Grayscale: #969696. Windows color (decimal): -44308 or 15487743. OLE color: 15487743.

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

Color convert

RGB 255 82 236 -
CMYK 0 0.68 0.07 0
HSL 306.59º 1% 0.66% -
HSV(B) 306.59º 0.68% 1% -
XYZ 59.4 33.35 82.66 -
YUV 151.28 175.81 201.98 -
System Red Green Blue C M Y K H S L
Decimal 255 82 236 0 0.68 0.07 0 306.59 1 0.66
Hex FF 52 EC 0 44 7 0 133 64 42
Octal 377 122 354 0 104 7 0 463 144 102
Binary 11111111 1010010 11101100 0 1000100 111 0 100110011 1100100 1000010

Color Harmonies of #FF52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF52EC

Black with #FF52EC

Text Example


Text Example

White with #FF52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF52EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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