#F844F1

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

Shades of Pink Flamingo #F844F1

Tints of Pink Flamingo #F844F1

Color information

#F844F1 (or 0xF844F1) is unknown color: approx Pink Flamingo. HEX triplet: F8, 44 and F1. RGB value is (248,68,241). Sum of RGB (Red+Green+Blue) = 248+68+241=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 68 (26.95% from 255 or 12.21% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F844F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F844F1 is #07BB0E. Grayscale: #8D8D8D. Windows color (decimal): -506639 or 15811832. OLE color: 15811832.

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

Color convert

RGB24868241-
CMYK00.730.030.03
HSL302.33º92.78%61.96%-
HSV(B)302.33º72.58%97.25%-
XYZ56.6630.4486.11-
YUV141.54184.13203.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.52%
GREEN value IS 68 (26.95% from 255) = 12.21%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=44.52%
G=12.21%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486824100.730.030.03302.3392.7861.96
HexF844F10493312e5d3e
Octal37010436101113345613576
Binary111110001000100111100010100100111111001011101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F844F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F844F1; }

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

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

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

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

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

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

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

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