Html Css Color HEX #FE53FF Pink Flamingo

📋 copy color: '#FE53FF'

red 254 ◦ green 83 ◦ blue 255

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

Shades of Pink Flamingo #FE53FF

Tints of Pink Flamingo #FE53FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.07%

R = 42.91%
G = 14.02%
B = 43.07%

CMYK

 C value IS 0.00

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE53FF (or 0xFE53FF) is known color: Pink Flamingo. HEX triplet: FE, 53 and FF. RGB value is (254,83,255). Sum of RGB (Red+Green+Blue) = 254+83+255=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 83 (32.81% from 255 or 14.02% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE53FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53FF is #01AC00. Grayscale: #999999. Windows color (decimal): -109569 or 16733182. OLE color: 16733182.

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

Color convert

RGB 254 83 255 -
CMYK 0.00 0.67 0 0
HSL 299.65º 1% 0.66% -
HSV(B) 299.65º 0.67% 1% -
XYZ 62.02 34.48 97.99 -
YUV 153.74 185.15 199.51 -
System Red Green Blue C M Y K H S L
Decimal 254 83 255 0.00 0.67 0 0 299.65 1 0.66
Hex FE 53 FF 0 43 0 0 12C 64 42
Octal 376 123 377 0 103 0 0 454 144 102
Binary 11111110 1010011 11111111 0 1000011 0 0 100101100 1100100 1000010

Color Harmonies of #FE53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53FF

Black with #FE53FF

Text Example


Text Example

White with #FE53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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