#F05DF3

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

Shades of Pink Flamingo #F05DF3

Tints of Pink Flamingo #F05DF3

Color information

#F05DF3 (or 0xF05DF3) is unknown color: approx Pink Flamingo. HEX triplet: F0, 5D and F3. RGB value is (240,93,243). Sum of RGB (Red+Green+Blue) = 240+93+243=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #F05DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DF3 is #0FA20C. Grayscale: #999999. Windows color (decimal): -1024525 or 15949296. OLE color: 15949296.

HSL color Cylindrical-coordinate representation of color #F05DF3: hue angle of 298.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05DF3 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24093243-
CMYK0.010.6200.05
HSL298.8º86.21%65.88%-
HSV(B)298.8º61.73%95.29%-
XYZ56.0332.8388.18-
YUV154.05178.2189.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 93 (36.72% from 255) = 16.15%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=41.67%
G=16.15%
B=42.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal240932430.010.6200.05298.886.2165.88
HexF05DF313E0512b5642
Octal36013536317605453126102
Binary111100001011101111100111111110010110010101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05DF3; }

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

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

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

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

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

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

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

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