#F25EFD

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

Shades of Pink Flamingo #F25EFD

Tints of Pink Flamingo #F25EFD

Color information

#F25EFD (or 0xF25EFD) is unknown color: approx Pink Flamingo. HEX triplet: F2, 5E and FD. RGB value is (242,94,253). Sum of RGB (Red+Green+Blue) = 242+94+253=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 94 (37.11% from 255 or 15.96% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #F25EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25EFD is #0DA102. Grayscale: #9B9B9B. Windows color (decimal): -893187 or 16604914. OLE color: 16604914.

HSL color Cylindrical-coordinate representation of color #F25EFD: hue angle of 295.85º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25EFD is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24294253-
CMYK0.040.6300.01
HSL295.85º97.55%68.04%-
HSV(B)295.85º62.85%99.22%-
XYZ58.3533.9796.41-
YUV156.38182.53189.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 94 (37.11% from 255) = 15.96%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=41.09%
G=15.96%
B=42.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal242942530.040.6300.01295.8597.5568.04
HexF25EFD43F011286244
Octal36213637547701450142104
Binary111100101011110111111011001111110110010100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25EFD; }

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

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

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

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

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

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

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

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