#F269FE

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

Shades of Pink Flamingo #F269FE

Tints of Pink Flamingo #F269FE

Color information

#F269FE (or 0xF269FE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 69 and FE. RGB value is (242,105,254). Sum of RGB (Red+Green+Blue) = 242+105+254=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 105 (41.41% from 255 or 17.47% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #F269FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F269FE is #0D9601. Grayscale: #A2A2A2. Windows color (decimal): -890370 or 16673266. OLE color: 16673266.

HSL color Cylindrical-coordinate representation of color #F269FE: hue angle of 295.17º 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 #F269FE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB242105254-
CMYK0.050.5900.00
HSL295.17º98.68%70.39%-
HSV(B)295.17º58.66%99.61%-
XYZ59.5636.1497.6-
YUV162.95179.39184.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 105 (41.41% from 255) = 17.47%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=40.27%
G=17.47%
B=42.26%

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
Decimal2421052540.050.5900.00295.1798.6870.39
HexF269FE53B001276346
Octal36215137657300447143106
Binary111100101101001111111101011110110010010011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F269FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F269FE; }

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

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

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

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

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

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

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

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