#FE45F2

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

Shades of Pink Flamingo #FE45F2

Tints of Pink Flamingo #FE45F2

Color information

#FE45F2 (or 0xFE45F2) is unknown color: approx Pink Flamingo. HEX triplet: FE, 45 and F2. RGB value is (254,69,242). Sum of RGB (Red+Green+Blue) = 254+69+242=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 69 (27.34% from 255 or 12.21% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE45F2 is #01BA0D. Grayscale: #8F8F8F. Windows color (decimal): -113166 or 15877630. OLE color: 15877630.

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

Color convert

RGB25469242-
CMYK00.730.050.00
HSL303.89º98.93%63.33%-
HSV(B)303.89º72.83%99.61%-
XYZ59.0331.7487.02-
YUV144.04183.29206.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 69 (27.34% from 255) = 12.21%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=44.96%
G=12.21%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546924200.730.050.00303.8998.9363.33
HexFE45F204950130633f
Octal37610536201115046014377
Binary111111101000101111100100100100110101001100001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE45F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE45F2; }

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

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

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

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

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

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

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

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