#F25DF1

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

Shades of Pink Flamingo #F25DF1

Tints of Pink Flamingo #F25DF1

Color information

#F25DF1 (or 0xF25DF1) is unknown color: approx Pink Flamingo. HEX triplet: F2, 5D and F1. RGB value is (242,93,241). Sum of RGB (Red+Green+Blue) = 242+93+241=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DF1 is #0DA20E. Grayscale: #999999. Windows color (decimal): -893455 or 15818226. OLE color: 15818226.

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

Color convert

RGB24293241-
CMYK00.620.000.05
HSL300.4º85.14%65.69%-
HSV(B)300.4º61.57%94.9%-
XYZ56.4133.0686.63-
YUV154.42176.86190.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.01%
GREEN value IS 93 (36.72% from 255) = 16.15%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=42.01%
G=16.15%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429324100.620.000.05300.485.1465.69
HexF25DF103E0512c5542
Octal36213536107605454125102
Binary111100101011101111100010111110010110010110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25DF1; }

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

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

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

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

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

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

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

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