Html Css Color HEX #FE57F0 Pink Flamingo

📋 copy color: '#FE57F0'

red 254 ◦ green 87 ◦ blue 240

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

Shades of Pink Flamingo #FE57F0

Tints of Pink Flamingo #FE57F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.31%

R = 43.72%
G = 14.97%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE57F0 (or 0xFE57F0) is known color: Pink Flamingo. HEX triplet: FE, 57 and F0. RGB value is (254,87,240). Sum of RGB (Red+Green+Blue) = 254+87+240=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 87 (34.38% from 255 or 14.97% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE57F0 is #01A80F. Grayscale: #999999. Windows color (decimal): -108560 or 15751166. OLE color: 15751166.

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

Color convert

RGB 254 87 240 -
CMYK 0 0.66 0.06 0.00
HSL 305.03º 0.99% 0.67% -
HSV(B) 305.03º 0.66% 1% -
XYZ 60.01 34.18 85.87 -
YUV 154.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 254 87 240 0 0.66 0.06 0.00 305.03 0.99 0.67
Hex FE 57 F0 0 42 6 0 131 63 43
Octal 376 127 360 0 102 6 0 461 143 103
Binary 11111110 1010111 11110000 0 1000010 110 0 100110001 1100011 1000011

Color Harmonies of #FE57F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE57F0

Black with #FE57F0

Text Example


Text Example

White with #FE57F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE57F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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