Html Css Color HEX #FF53EB Pink Flamingo

📋 copy color: '#FF53EB'

red 255 ◦ green 83 ◦ blue 235

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

Shades of Pink Flamingo #FF53EB

Tints of Pink Flamingo #FF53EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 44.5%
G = 14.49%
B = 41.01%

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

#FF53EB (or 0xFF53EB) is known color: Pink Flamingo. HEX triplet: FF, 53 and EB. RGB value is (255,83,235). Sum of RGB (Red+Green+Blue) = 255+83+235=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 83 (32.81% from 255 or 14.49% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53EB is #00AC14. Grayscale: #979797. Windows color (decimal): -44053 or 15422463. OLE color: 15422463.

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

Color convert

RGB 255 83 235 -
CMYK 0 0.67 0.08 0
HSL 306.98º 1% 0.66% -
HSV(B) 306.98º 0.67% 1% -
XYZ 59.33 33.44 81.93 -
YUV 151.76 174.98 201.64 -
System Red Green Blue C M Y K H S L
Decimal 255 83 235 0 0.67 0.08 0 306.98 1 0.66
Hex FF 53 EB 0 43 8 0 133 64 42
Octal 377 123 353 0 103 10 0 463 144 102
Binary 11111111 1010011 11101011 0 1000011 1000 0 100110011 1100100 1000010

Color Harmonies of #FF53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53EB

Black with #FF53EB

Text Example


Text Example

White with #FF53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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