#FE41F5

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

Shades of Pink Flamingo #FE41F5

Tints of Pink Flamingo #FE41F5

Color information

#FE41F5 (or 0xFE41F5) is unknown color: approx Pink Flamingo. HEX triplet: FE, 41 and F5. RGB value is (254,65,245). Sum of RGB (Red+Green+Blue) = 254+65+245=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 65 (25.78% from 255 or 11.52% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE41F5 is #01BE0A. Grayscale: #8D8D8D. Windows color (decimal): -114187 or 16073214. OLE color: 16073214.

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

Color convert

RGB25465245-
CMYK00.740.040.00
HSL302.86º98.95%62.55%-
HSV(B)302.86º74.41%99.61%-
XYZ59.2431.4489.33-
YUV142.03186.12207.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 65 (25.78% from 255) = 11.52%
BLUE value IS 245 (96.09% from 255) = 43.44%
R=45.04%
G=11.52%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546524500.740.040.00302.8698.9562.55
HexFE41F504A4012f633f
Octal37610136501124045714377
Binary111111101000001111101010100101010001001011111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE41F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE41F5; }

 p { color: rgb(254,65,245); }

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

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

 a { background-color: rgb(254,65,245); }

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

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

 span { border-color: rgb(254,65,245); }

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