#F868FB

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

Shades of Pink Flamingo #F868FB

Tints of Pink Flamingo #F868FB

Color information

#F868FB (or 0xF868FB) is unknown color: approx Pink Flamingo. HEX triplet: F8, 68 and FB. RGB value is (248,104,251). Sum of RGB (Red+Green+Blue) = 248+104+251=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 104 (41.02% from 255 or 17.25% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #F868FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F868FB is #079704. Grayscale: #A3A3A3. Windows color (decimal): -497413 or 16476408. OLE color: 16476408.

HSL color Cylindrical-coordinate representation of color #F868FB: hue angle of 298.78º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F868FB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248104251-
CMYK0.010.5900.02
HSL298.78º94.84%69.61%-
HSV(B)298.78º58.57%98.43%-
XYZ61.0736.8295.16-
YUV163.81177.21188.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 104 (41.02% from 255) = 17.25%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=41.13%
G=17.25%
B=41.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481042510.010.5900.02298.7894.8469.61
HexF868FB13B0212b5f46
Octal37015037317302453137106
Binary11111000110100011111011111101101010010101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F868FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F868FB; }

 p { color: rgb(248,104,251); }

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

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

 a { background-color: rgb(248,104,251); }

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

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

 span { border-color: rgb(248,104,251); }

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