#F260FE

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

Shades of Pink Flamingo #F260FE

Tints of Pink Flamingo #F260FE

Color information

#F260FE (or 0xF260FE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 60 and FE. RGB value is (242,96,254). Sum of RGB (Red+Green+Blue) = 242+96+254=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 96 (37.89% from 255 or 16.22% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #F260FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F260FE is #0D9F01. Grayscale: #9D9D9D. Windows color (decimal): -892674 or 16670962. OLE color: 16670962.

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

Color convert

RGB24296254-
CMYK0.050.6200.00
HSL295.44º98.75%68.63%-
HSV(B)295.44º62.2%99.61%-
XYZ58.6934.497.31-
YUV157.67182.37188.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 96 (37.89% from 255) = 16.22%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=40.88%
G=16.22%
B=42.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242962540.050.6200.00295.4498.7568.63
HexF260FE53E001276345
Octal36214037657600447143105
Binary111100101100000111111101011111100010010011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F260FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F260FE; }

 p { color: rgb(242,96,254); }

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

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

 a { background-color: rgb(242,96,254); }

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

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

 span { border-color: rgb(242,96,254); }

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