#F259FE

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

Shades of Pink Flamingo #F259FE

Tints of Pink Flamingo #F259FE

Color information

#F259FE (or 0xF259FE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 59 and FE. RGB value is (242,89,254). Sum of RGB (Red+Green+Blue) = 242+89+254=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 89 (35.16% from 255 or 15.21% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #F259FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F259FE is #0DA601. Grayscale: #999999. Windows color (decimal): -894466 or 16669170. OLE color: 16669170.

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

Color convert

RGB24289254-
CMYK0.050.6500.00
HSL295.64º98.8%67.25%-
HSV(B)295.64º64.96%99.61%-
XYZ58.0833.1897.11-
YUV153.56184.69191.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 89 (35.16% from 255) = 15.21%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=41.37%
G=15.21%
B=43.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242892540.050.6500.00295.6498.867.25
HexF259FE541001286343
Octal362131376510100450143103
Binary1111001010110011111111010110000010010010100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F259FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F259FE; }

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

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

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

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

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

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

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

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