#F45DFD

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

Shades of Pink Flamingo #F45DFD

Tints of Pink Flamingo #F45DFD

Color information

#F45DFD (or 0xF45DFD) is unknown color: approx Pink Flamingo. HEX triplet: F4, 5D and FD. RGB value is (244,93,253). Sum of RGB (Red+Green+Blue) = 244+93+253=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 93 (36.72% from 255 or 15.76% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #F45DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45DFD is #0BA202. Grayscale: #9B9B9B. Windows color (decimal): -762371 or 16604660. OLE color: 16604660.

HSL color Cylindrical-coordinate representation of color #F45DFD: hue angle of 296.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45DFD is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24493253-
CMYK0.040.6300.01
HSL296.62º97.56%67.84%-
HSV(B)296.62º63.24%99.22%-
XYZ58.9534.1596.41-
YUV156.39182.53190.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.36%
GREEN value IS 93 (36.72% from 255) = 15.76%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=41.36%
G=15.76%
B=42.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal244932530.040.6300.01296.6297.5667.84
HexF45DFD43F011296244
Octal36413537547701451142104
Binary111101001011101111111011001111110110010100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45DFD; }

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

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

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

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

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

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

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

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