Html Css Color HEX #FE53EA Pink Flamingo

📋 copy color: '#FE53EA'

red 254 ◦ green 83 ◦ blue 234

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

Shades of Pink Flamingo #FE53EA

Tints of Pink Flamingo #FE53EA

RGB

 RED value IS 254 (99.61% from 255) = 44.48%

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

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

R = 44.48%
G = 14.54%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE53EA (or 0xFE53EA) is known color: Pink Flamingo. HEX triplet: FE, 53 and EA. RGB value is (254,83,234). Sum of RGB (Red+Green+Blue) = 254+83+234=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53EA is #01AC15. Grayscale: #969696. Windows color (decimal): -109590 or 15356926. OLE color: 15356926.

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

Color convert

RGB 254 83 234 -
CMYK 0 0.67 0.08 0.00
HSL 307.02º 0.99% 0.66% -
HSV(B) 307.02º 0.67% 1% -
XYZ 58.82 33.2 81.15 -
YUV 151.34 174.65 201.22 -
System Red Green Blue C M Y K H S L
Decimal 254 83 234 0 0.67 0.08 0.00 307.02 0.99 0.66
Hex FE 53 EA 0 43 8 0 133 63 42
Octal 376 123 352 0 103 10 0 463 143 102
Binary 11111110 1010011 11101010 0 1000011 1000 0 100110011 1100011 1000010

Color Harmonies of #FE53EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53EA

Black with #FE53EA

Text Example


Text Example

White with #FE53EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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