#F845F7

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

Shades of Pink Flamingo #F845F7

Tints of Pink Flamingo #F845F7

Color information

#F845F7 (or 0xF845F7) is unknown color: approx Pink Flamingo. HEX triplet: F8, 45 and F7. RGB value is (248,69,247). Sum of RGB (Red+Green+Blue) = 248+69+247=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 69 (27.34% from 255 or 12.23% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F845F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F845F7 is #07BA08. Grayscale: #8E8E8E. Windows color (decimal): -506377 or 16205304. OLE color: 16205304.

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

Color convert

RGB24869247-
CMYK00.720.000.03
HSL300.34º92.75%62.16%-
HSV(B)300.34º72.18%97.25%-
XYZ57.6330.9390.93-
YUV142.81186.8203.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.97%
GREEN value IS 69 (27.34% from 255) = 12.23%
BLUE value IS 247 (96.88% from 255) = 43.79%
R=43.97%
G=12.23%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486924700.720.000.03300.3492.7562.16
HexF845F70480312c5d3e
Octal37010536701100345413576
Binary11111000100010111110111010010000111001011001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F845F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F845F7; }

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

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

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

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

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

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

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

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