#F844FF

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

Shades of Pink Flamingo #F844FF

Tints of Pink Flamingo #F844FF

Color information

#F844FF (or 0xF844FF) is unknown color: approx Pink Flamingo. HEX triplet: F8, 44 and FF. RGB value is (248,68,255). Sum of RGB (Red+Green+Blue) = 248+68+255=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 68 (26.95% from 255 or 11.91% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #F844FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F844FF is #07BB00. Grayscale: #8E8E8E. Windows color (decimal): -506625 or 16729336. OLE color: 16729336.

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

Color convert

RGB24868255-
CMYK0.030.7300
HSL297.75º100%63.33%-
HSV(B)297.75º73.33%100%-
XYZ58.8331.3197.55-
YUV143.14191.13202.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.43%
GREEN value IS 68 (26.95% from 255) = 11.91%
BLUE value IS 255 (100% from 255) = 44.66%
R=43.43%
G=11.91%
B=44.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal248682550.030.7300297.7510063.33
HexF844FF3490012a643f
Octal37010437731110045214477
Binary11111000100010011111111111001001001001010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F844FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F844FF; }

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

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

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

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

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

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

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

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