#F169FE

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

Shades of Pink Flamingo #F169FE

Tints of Pink Flamingo #F169FE

Color information

#F169FE (or 0xF169FE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 69 and FE. RGB value is (241,105,254). Sum of RGB (Red+Green+Blue) = 241+105+254=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 105 (41.41% from 255 or 17.5% 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 #F169FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F169FE is #0E9601. Grayscale: #A2A2A2. Windows color (decimal): -955906 or 16673265. OLE color: 16673265.

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

Color convert

RGB241105254-
CMYK0.050.5900.00
HSL294.77º98.68%70.39%-
HSV(B)294.77º58.66%99.61%-
XYZ59.2235.9697.59-
YUV162.65179.56183.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 105 (41.41% from 255) = 17.5%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=40.17%
G=17.5%
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
Decimal2411052540.050.5900.00294.7798.6870.39
HexF169FE53B001276346
Octal36115137657300447143106
Binary111100011101001111111101011110110010010011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F169FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F169FE; }

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

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

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

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

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

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

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

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