#F84EF1

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

Shades of Pink Flamingo #F84EF1

Tints of Pink Flamingo #F84EF1

Color information

#F84EF1 (or 0xF84EF1) is unknown color: approx Pink Flamingo. HEX triplet: F8, 4E and F1. RGB value is (248,78,241). Sum of RGB (Red+Green+Blue) = 248+78+241=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 78 (30.86% from 255 or 13.76% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F84EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84EF1 is #07B10E. Grayscale: #929292. Windows color (decimal): -504079 or 15814392. OLE color: 15814392.

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

Color convert

RGB24878241-
CMYK00.690.030.03
HSL302.47º92.39%63.92%-
HSV(B)302.47º68.55%97.25%-
XYZ57.3131.7686.33-
YUV147.41180.82199.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 78 (30.86% from 255) = 13.76%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=43.74%
G=13.76%
B=42.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487824100.690.030.03302.4792.3963.92
HexF84EF10453312e5c40
Octal370116361010533456134100
Binary1111100010011101111000101000101111110010111010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84EF1; }

 p { color: rgb(248,78,241); }

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

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

 a { background-color: rgb(248,78,241); }

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

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

 span { border-color: rgb(248,78,241); }

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