#FE4CF8

Color #FE4CF8 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FE4CF8

Tints of Pink Flamingo #FE4CF8

Color information

#FE4CF8 (or 0xFE4CF8) is unknown color: approx Pink Flamingo. HEX triplet: FE, 4C and F8. RGB value is (254,76,248). Sum of RGB (Red+Green+Blue) = 254+76+248=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 76 (30.08% from 255 or 13.15% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4CF8 is #01B307. Grayscale: #949494. Windows color (decimal): -111368 or 16272638. OLE color: 16272638.

HSL color Cylindrical-coordinate representation of color #FE4CF8: hue angle of 302.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CF8 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB25476248-
CMYK00.700.020.00
HSL302.02º98.89%64.71%-
HSV(B)302.02º70.08%99.61%-
XYZ60.433.0292-
YUV148.83183.97203.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.94%
GREEN value IS 76 (30.08% from 255) = 13.15%
BLUE value IS 248 (97.27% from 255) = 42.91%
R=43.94%
G=13.15%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547624800.700.020.00302.0298.8964.71
HexFE4CF80462012e6341
Octal376114370010620456143101
Binary111111101001100111110000100011010010010111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4CF8; }

 p { color: rgb(254,76,248); }

 H1.HeaderClassName
 {
   color: #FE4CF8;
 }
 .AnyTagClassName
 {
   color: #FE4CF8;
 }
</style>
background-color css

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

 a { background-color: rgb(254,76,248); }

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

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

 span { border-color: rgb(254,76,248); }

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