#F840FF

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

Shades of Pink Flamingo #F840FF

Tints of Pink Flamingo #F840FF

Color information

#F840FF (or 0xF840FF) is unknown color: approx Pink Flamingo. HEX triplet: F8, 40 and FF. RGB value is (248,64,255). Sum of RGB (Red+Green+Blue) = 248+64+255=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 64 (25.39% from 255 or 11.29% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #F840FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F840FF is #07BF00. Grayscale: #8C8C8C. Windows color (decimal): -507649 or 16728312. OLE color: 16728312.

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

Color convert

RGB24864255-
CMYK0.030.7500
HSL297.8º100%62.55%-
HSV(B)297.8º74.9%100%-
XYZ58.5930.8497.47-
YUV140.79192.46204.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 64 (25.39% from 255) = 11.29%
BLUE value IS 255 (100% from 255) = 44.97%
R=43.74%
G=11.29%
B=44.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal248642550.030.7500297.810062.55
HexF840FF34B0012a643f
Octal37010037731130045214477
Binary11111000100000011111111111001011001001010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F840FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F840FF; }

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

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

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

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

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

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

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

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