#f259f2

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

Shades of Pink Flamingo #F259F2

Tints of Pink Flamingo #F259F2

Color information

#F259F2 (or 0xF259F2) is unknown color: approx Pink Flamingo. HEX triplet: F2, 59 and F2. RGB value is (242,89,242). Sum of RGB (Red+Green+Blue) = 242+89+242=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 89 (35.16% from 255 or 15.53% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F259F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F259F2 is #0DA60D. Grayscale: #979797. Windows color (decimal): -894478 or 15882738. OLE color: 15882738.

HSL color Cylindrical-coordinate representation of color #F259F2: hue angle of 300º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259F2 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24289242-
CMYK00.6300.05
HSL300º85.47%64.9%-
HSV(B)300º63.22%94.9%-
XYZ56.2232.4387.3-
YUV152.19178.69192.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 89 (35.16% from 255) = 15.53%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=42.23%
G=15.53%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428924200.6300.0530085.4764.9
HexF259F203F0512c5541
Octal36213136207705454125101
Binary111100101011001111100100111111010110010110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f259f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f259f2; }

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

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

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

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

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

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

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

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