#F03AFD

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

Shades of Pink Flamingo #F03AFD

Tints of Pink Flamingo #F03AFD

Color information

#F03AFD (or 0xF03AFD) is unknown color: approx Pink Flamingo. HEX triplet: F0, 3A and FD. RGB value is (240,58,253). Sum of RGB (Red+Green+Blue) = 240+58+253=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 58 (23.05% from 255 or 10.53% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #F03AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03AFD is #0FC502. Grayscale: #868686. Windows color (decimal): -1033475 or 16595696. OLE color: 16595696.

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

Color convert

RGB24058253-
CMYK0.050.7700.01
HSL296º97.99%60.98%-
HSV(B)296º77.08%99.22%-
XYZ55.1828.6495.55-
YUV134.65194.8203.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 58 (23.05% from 255) = 10.53%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=43.56%
G=10.53%
B=45.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240582530.050.7700.0129697.9960.98
HexF03AFD54D01128623d
Octal3607237551150145014275
Binary11110000111010111111011011001101011001010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03AFD; }

 p { color: rgb(240,58,253); }

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

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

 a { background-color: rgb(240,58,253); }

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

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

 span { border-color: rgb(240,58,253); }

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