#F845F8

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

Shades of Pink Flamingo #F845F8

Tints of Pink Flamingo #F845F8

Color information

#F845F8 (or 0xF845F8) is unknown color: approx Pink Flamingo. HEX triplet: F8, 45 and F8. RGB value is (248,69,248). Sum of RGB (Red+Green+Blue) = 248+69+248=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 69 (27.34% from 255 or 12.21% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F845F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F845F8 is #07BA07. Grayscale: #8E8E8E. Windows color (decimal): -506376 or 16270840. OLE color: 16270840.

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

Color convert

RGB24869248-
CMYK00.7200.03
HSL300º92.75%62.16%-
HSV(B)300º72.18%97.25%-
XYZ57.7830.9991.74-
YUV142.93187.3202.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 69 (27.34% from 255) = 12.21%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=43.89%
G=12.21%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486924800.7200.0330092.7562.16
HexF845F80480312c5d3e
Octal37010537001100345413576
Binary11111000100010111111000010010000111001011001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F845F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F845F8; }

 p { color: rgb(248,69,248); }

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

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

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

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

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

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

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