#F869FF

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

Shades of Pink Flamingo #F869FF

Tints of Pink Flamingo #F869FF

Color information

#F869FF (or 0xF869FF) is unknown color: approx Pink Flamingo. HEX triplet: F8, 69 and FF. RGB value is (248,105,255). Sum of RGB (Red+Green+Blue) = 248+105+255=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 105 (41.41% from 255 or 17.27% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #F869FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F869FF is #079600. Grayscale: #A4A4A4. Windows color (decimal): -497153 or 16738808. OLE color: 16738808.

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

Color convert

RGB248105255-
CMYK0.030.5900
HSL297.2º100%70.59%-
HSV(B)297.2º58.82%100%-
XYZ61.8137.2898.55-
YUV164.86178.88187.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 105 (41.41% from 255) = 17.27%
BLUE value IS 255 (100% from 255) = 41.94%
R=40.79%
G=17.27%
B=41.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481052550.030.5900297.210070.59
HexF869FF33B001296447
Octal37015137737300451144107
Binary11111000110100111111111111110110010010100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F869FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F869FF; }

 p { color: rgb(248,105,255); }

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

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

 a { background-color: rgb(248,105,255); }

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

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

 span { border-color: rgb(248,105,255); }

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