#F25DFD

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

Shades of Pink Flamingo #F25DFD

Tints of Pink Flamingo #F25DFD

Color information

#F25DFD (or 0xF25DFD) is unknown color: approx Pink Flamingo. HEX triplet: F2, 5D and FD. RGB value is (242,93,253). Sum of RGB (Red+Green+Blue) = 242+93+253=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 93 (36.72% from 255 or 15.82% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #F25DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DFD is #0DA202. Grayscale: #9B9B9B. Windows color (decimal): -893443 or 16604658. OLE color: 16604658.

HSL color Cylindrical-coordinate representation of color #F25DFD: hue angle of 295.88º 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 #F25DFD is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24293253-
CMYK0.040.6300.01
HSL295.88º97.56%67.84%-
HSV(B)295.88º63.24%99.22%-
XYZ58.2633.896.38-
YUV155.79182.86189.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.16%
GREEN value IS 93 (36.72% from 255) = 15.82%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=41.16%
G=15.82%
B=43.03%

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
Decimal242932530.040.6300.01295.8897.5667.84
HexF25DFD43F011286244
Octal36213537547701450142104
Binary111100101011101111111011001111110110010100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25DFD; }

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

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

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

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

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

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

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

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