#F45DF3

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

Shades of Pink Flamingo #F45DF3

Tints of Pink Flamingo #F45DF3

Color information

#F45DF3 (or 0xF45DF3) is unknown color: approx Pink Flamingo. HEX triplet: F4, 5D and F3. RGB value is (244,93,243). Sum of RGB (Red+Green+Blue) = 244+93+243=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 93 (36.72% from 255 or 16.03% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45DF3 is #0BA20C. Grayscale: #9A9A9A. Windows color (decimal): -762381 or 15949300. OLE color: 15949300.

HSL color Cylindrical-coordinate representation of color #F45DF3: hue angle of 300.4º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45DF3 is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB24493243-
CMYK00.620.000.04
HSL300.4º87.28%66.08%-
HSV(B)300.4º61.89%95.69%-
XYZ57.433.5388.24-
YUV155.25177.53191.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.07%
GREEN value IS 93 (36.72% from 255) = 16.03%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=42.07%
G=16.03%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449324300.620.000.04300.487.2866.08
HexF45DF303E0412c5742
Octal36413536307604454127102
Binary111101001011101111100110111110010010010110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45DF3; }

 p { color: rgb(244,93,243); }

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

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

 a { background-color: rgb(244,93,243); }

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

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

 span { border-color: rgb(244,93,243); }

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