#F867E7

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

Shades of Pink Flamingo #F867E7

Tints of Pink Flamingo #F867E7

Color information

#F867E7 (or 0xF867E7) is unknown color: approx Pink Flamingo. HEX triplet: F8, 67 and E7. RGB value is (248,103,231). Sum of RGB (Red+Green+Blue) = 248+103+231=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 103 (40.62% from 255 or 17.70% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F867E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F867E7 is #079818. Grayscale: #A0A0A0. Windows color (decimal): -497689 or 15165432. OLE color: 15165432.

HSL color Cylindrical-coordinate representation of color #F867E7: hue angle of 307.03º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F867E7 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB248103231-
CMYK00.580.070.03
HSL307.03º91.19%68.82%-
HSV(B)307.03º58.47%97.25%-
XYZ57.9935.4379.38-
YUV160.95167.54190.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 103 (40.62% from 255) = 17.70%
BLUE value IS 231 (90.62% from 255) = 39.69%
R=42.61%
G=17.70%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810323100.580.070.03307.0391.1968.82
HexF867E703A731335b45
Octal37014734707273463133105
Binary1111100011001111110011101110101111110011001110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F867E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F867E7; }

 p { color: rgb(248,103,231); }

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

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

 a { background-color: rgb(248,103,231); }

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

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

 span { border-color: rgb(248,103,231); }

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