#FE40F2

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

Shades of Pink Flamingo #FE40F2

Tints of Pink Flamingo #FE40F2

Color information

#FE40F2 (or 0xFE40F2) is unknown color: approx Pink Flamingo. HEX triplet: FE, 40 and F2. RGB value is (254,64,242). Sum of RGB (Red+Green+Blue) = 254+64+242=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 64 (25.39% from 255 or 11.43% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE40F2 is #01BF0D. Grayscale: #8C8C8C. Windows color (decimal): -114446 or 15876350. OLE color: 15876350.

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

Color convert

RGB25464242-
CMYK00.750.050.00
HSL303.79º98.96%62.35%-
HSV(B)303.79º74.8%99.61%-
XYZ58.7331.1586.92-
YUV141.1184.95208.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 64 (25.39% from 255) = 11.43%
BLUE value IS 242 (94.92% from 255) = 43.21%
R=45.36%
G=11.43%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546424200.750.050.00303.7998.9662.35
HexFE40F204B50130633e
Octal37610036201135046014376
Binary111111101000000111100100100101110101001100001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE40F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE40F2; }

 p { color: rgb(254,64,242); }

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

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

 a { background-color: rgb(254,64,242); }

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

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

 span { border-color: rgb(254,64,242); }

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