Html Css Color HEX #FF53EF Pink Flamingo

📋 copy color: '#FF53EF'

red 255 ◦ green 83 ◦ blue 239

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

Shades of Pink Flamingo #FF53EF

Tints of Pink Flamingo #FF53EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.38%

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

R = 44.19%
G = 14.38%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF53EF (or 0xFF53EF) is known color: Pink Flamingo. HEX triplet: FF, 53 and EF. RGB value is (255,83,239). Sum of RGB (Red+Green+Blue) = 255+83+239=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 83 (32.81% from 255 or 14.38% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53EF is #00AC10. Grayscale: #979797. Windows color (decimal): -44049 or 15684607. OLE color: 15684607.

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

Color convert

RGB 255 83 239 -
CMYK 0 0.67 0.06 0
HSL 305.58º 1% 0.66% -
HSV(B) 305.58º 0.67% 1% -
XYZ 59.91 33.68 85 -
YUV 152.21 176.98 201.32 -
System Red Green Blue C M Y K H S L
Decimal 255 83 239 0 0.67 0.06 0 305.58 1 0.66
Hex FF 53 EF 0 43 6 0 132 64 42
Octal 377 123 357 0 103 6 0 462 144 102
Binary 11111111 1010011 11101111 0 1000011 110 0 100110010 1100100 1000010

Color Harmonies of #FF53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53EF

Black with #FF53EF

Text Example


Text Example

White with #FF53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53EF; }

 p { color: rgb(255,83,239); }

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

background-color css

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

 a { background-color: rgb(255,83,239); }

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

border-color css

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

 span { border-color: rgb(255,83,239); }

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