#F25EF9

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

Shades of Pink Flamingo #F25EF9

Tints of Pink Flamingo #F25EF9

Color information

#F25EF9 (or 0xF25EF9) is unknown color: approx Pink Flamingo. HEX triplet: F2, 5E and F9. RGB value is (242,94,249). Sum of RGB (Red+Green+Blue) = 242+94+249=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #F25EF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25EF9 is #0DA106. Grayscale: #9B9B9B. Windows color (decimal): -893191 or 16342770. OLE color: 16342770.

HSL color Cylindrical-coordinate representation of color #F25EF9: hue angle of 297.29º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25EF9 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24294249-
CMYK0.030.6200.02
HSL297.29º92.81%67.25%-
HSV(B)297.29º62.25%97.65%-
XYZ57.7233.7293.09-
YUV155.92180.53189.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 94 (37.11% from 255) = 16.07%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=41.37%
G=16.07%
B=42.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242942490.030.6200.02297.2992.8167.25
HexF25EF933E021295d43
Octal36213637137602451135103
Binary111100101011110111110011111111001010010100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25EF9; }

 p { color: rgb(242,94,249); }

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

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

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

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

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

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

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