Html Css Color HEX #FF53EA Pink Flamingo

📋 copy color: '#FF53EA'

red 255 ◦ green 83 ◦ blue 234

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

Shades of Pink Flamingo #FF53EA

Tints of Pink Flamingo #FF53EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 44.58%
G = 14.51%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF53EA (or 0xFF53EA) is known color: Pink Flamingo. HEX triplet: FF, 53 and EA. RGB value is (255,83,234). Sum of RGB (Red+Green+Blue) = 255+83+234=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 83 (32.81% from 255 or 14.51% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53EA is #00AC15. Grayscale: #979797. Windows color (decimal): -44054 or 15356927. OLE color: 15356927.

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

Color convert

RGB 255 83 234 -
CMYK 0 0.67 0.08 0
HSL 307.33º 1% 0.66% -
HSV(B) 307.33º 0.67% 1% -
XYZ 59.18 33.39 81.17 -
YUV 151.64 174.48 201.72 -
System Red Green Blue C M Y K H S L
Decimal 255 83 234 0 0.67 0.08 0 307.33 1 0.66
Hex FF 53 EA 0 43 8 0 133 64 42
Octal 377 123 352 0 103 10 0 463 144 102
Binary 11111111 1010011 11101010 0 1000011 1000 0 100110011 1100100 1000010

Color Harmonies of #FF53EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53EA

Black with #FF53EA

Text Example


Text Example

White with #FF53EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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