#F84DF1

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

Shades of Pink Flamingo #F84DF1

Tints of Pink Flamingo #F84DF1

Color information

#F84DF1 (or 0xF84DF1) is unknown color: approx Pink Flamingo. HEX triplet: F8, 4D and F1. RGB value is (248,77,241). Sum of RGB (Red+Green+Blue) = 248+77+241=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 77 (30.47% from 255 or 13.60% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84DF1 is #07B20E. Grayscale: #929292. Windows color (decimal): -504335 or 15814136. OLE color: 15814136.

HSL color Cylindrical-coordinate representation of color #F84DF1: hue angle of 302.46º 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 #F84DF1 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB24877241-
CMYK00.690.030.03
HSL302.46º92.43%63.73%-
HSV(B)302.46º68.95%97.25%-
XYZ57.2431.6286.3-
YUV146.82181.15200.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.82%
GREEN value IS 77 (30.47% from 255) = 13.60%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=43.82%
G=13.60%
B=42.58%

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
Decimal2487724100.690.030.03302.4692.4363.73
HexF84DF10453312e5c40
Octal370115361010533456134100
Binary1111100010011011111000101000101111110010111010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84DF1; }

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

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

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

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

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

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

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

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