#F268FE

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

Shades of Pink Flamingo #F268FE

Tints of Pink Flamingo #F268FE

Color information

#F268FE (or 0xF268FE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 68 and FE. RGB value is (242,104,254). Sum of RGB (Red+Green+Blue) = 242+104+254=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 104 (41.02% from 255 or 17.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #F268FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F268FE is #0D9701. Grayscale: #A1A1A1. Windows color (decimal): -890626 or 16673010. OLE color: 16673010.

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

Color convert

RGB242104254-
CMYK0.050.5900.00
HSL295.2º98.68%70.2%-
HSV(B)295.2º59.06%99.61%-
XYZ59.4635.9397.57-
YUV162.36179.72184.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 104 (41.02% from 255) = 17.33%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=40.33%
G=17.33%
B=42.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421042540.050.5900.00295.298.6870.2
HexF268FE53B001276346
Octal36215037657300447143106
Binary111100101101000111111101011110110010010011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F268FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F268FE; }

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

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

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

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

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

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

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

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