Html Css Color HEX #FE57FF Pink Flamingo

📋 copy color: '#FE57FF'

red 254 ◦ green 87 ◦ blue 255

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

Shades of Pink Flamingo #FE57FF

Tints of Pink Flamingo #FE57FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 14.6%

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

R = 42.62%
G = 14.6%
B = 42.79%

CMYK

 C value IS 0.00

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE57FF (or 0xFE57FF) is known color: Pink Flamingo. HEX triplet: FE, 57 and FF. RGB value is (254,87,255). Sum of RGB (Red+Green+Blue) = 254+87+255=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 87 (34.38% from 255 or 14.60% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE57FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE57FF is #01A800. Grayscale: #9B9B9B. Windows color (decimal): -108545 or 16734206. OLE color: 16734206.

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

Color convert

RGB 254 87 255 -
CMYK 0.00 0.66 0 0
HSL 299.64º 1% 0.67% -
HSV(B) 299.64º 0.66% 1% -
XYZ 62.33 35.11 98.1 -
YUV 156.09 183.83 197.84 -
System Red Green Blue C M Y K H S L
Decimal 254 87 255 0.00 0.66 0 0 299.64 1 0.67
Hex FE 57 FF 0 42 0 0 12C 64 43
Octal 376 127 377 0 102 0 0 454 144 103
Binary 11111110 1010111 11111111 0 1000010 0 0 100101100 1100100 1000011

Color Harmonies of #FE57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE57FF

Black with #FE57FF

Text Example


Text Example

White with #FE57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE57FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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