Html Css Color HEX #FF52E9 Pink Flamingo

📋 copy color: '#FF52E9'

red 255 ◦ green 82 ◦ blue 233

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

Shades of Pink Flamingo #FF52E9

Tints of Pink Flamingo #FF52E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.88%

R = 44.74%
G = 14.39%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF52E9 (or 0xFF52E9) is known color: Pink Flamingo. HEX triplet: FF, 52 and E9. RGB value is (255,82,233). Sum of RGB (Red+Green+Blue) = 255+82+233=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF52E9 is #00AD16. Grayscale: #969696. Windows color (decimal): -44311 or 15291135. OLE color: 15291135.

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

Color convert

RGB 255 82 233 -
CMYK 0 0.68 0.09 0
HSL 307.63º 1% 0.66% -
HSV(B) 307.63º 0.68% 1% -
XYZ 58.97 33.18 80.39 -
YUV 150.94 174.31 202.22 -
System Red Green Blue C M Y K H S L
Decimal 255 82 233 0 0.68 0.09 0 307.63 1 0.66
Hex FF 52 E9 0 44 9 0 134 64 42
Octal 377 122 351 0 104 11 0 464 144 102
Binary 11111111 1010010 11101001 0 1000100 1001 0 100110100 1100100 1000010

Color Harmonies of #FF52E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF52E9

Black with #FF52E9

Text Example


Text Example

White with #FF52E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF52E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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