#F25CFF

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

Shades of Pink Flamingo #F25CFF

Tints of Pink Flamingo #F25CFF

Color information

#F25CFF (or 0xF25CFF) is unknown color: approx Pink Flamingo. HEX triplet: F2, 5C and FF. RGB value is (242,92,255). Sum of RGB (Red+Green+Blue) = 242+92+255=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 92 (36.33% from 255 or 15.62% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #F25CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CFF is #0DA300. Grayscale: #9A9A9A. Windows color (decimal): -893697 or 16735474. OLE color: 16735474.

HSL color Cylindrical-coordinate representation of color #F25CFF: hue angle of 295.21º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25CFF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24292255-
CMYK0.050.6400
HSL295.21º100%68.04%-
HSV(B)295.21º63.92%100%-
XYZ58.533.7598.04-
YUV155.43184.2189.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 92 (36.33% from 255) = 15.62%
BLUE value IS 255 (100% from 255) = 43.29%
R=41.09%
G=15.62%
B=43.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal242922550.050.6400295.2110068.04
HexF25CFF540001276444
Octal362134377510000447144104
Binary1111001010111001111111110110000000010010011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25CFF; }

 p { color: rgb(242,92,255); }

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

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

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

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

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

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

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