#F045FE

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

Shades of Pink Flamingo #F045FE

Tints of Pink Flamingo #F045FE

Color information

#F045FE (or 0xF045FE) is unknown color: approx Pink Flamingo. HEX triplet: F0, 45 and FE. RGB value is (240,69,254). Sum of RGB (Red+Green+Blue) = 240+69+254=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 69 (27.34% from 255 or 12.26% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #F045FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F045FE is #0FBA01. Grayscale: #8C8C8C. Windows color (decimal): -1030658 or 16664048. OLE color: 16664048.

HSL color Cylindrical-coordinate representation of color #F045FE: hue angle of 295.46º 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 #F045FE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24069254-
CMYK0.060.7300.00
HSL295.46º98.93%63.33%-
HSV(B)295.46º72.83%99.61%-
XYZ55.9529.9496.6-
YUV141.22191.65198.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 69 (27.34% from 255) = 12.26%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=42.63%
G=12.26%
B=45.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal240692540.060.7300.00295.4698.9363.33
HexF045FE64900127633f
Octal36010537661110044714377
Binary111100001000101111111101101001001001001001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F045FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F045FE; }

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

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

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

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

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

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

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

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