#F058FD

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

Shades of Pink Flamingo #F058FD

Tints of Pink Flamingo #F058FD

Color information

#F058FD (or 0xF058FD) is unknown color: approx Pink Flamingo. HEX triplet: F0, 58 and FD. RGB value is (240,88,253). Sum of RGB (Red+Green+Blue) = 240+88+253=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 88 (34.77% from 255 or 15.15% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #F058FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F058FD is #0FA702. Grayscale: #979797. Windows color (decimal): -1025795 or 16603376. OLE color: 16603376.

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

Color convert

RGB24088253-
CMYK0.050.6500.01
HSL295.27º97.63%66.86%-
HSV(B)295.27º65.22%99.22%-
XYZ57.1532.696.21-
YUV152.26184.86190.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 88 (34.77% from 255) = 15.15%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=41.31%
G=15.15%
B=43.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240882530.050.6500.01295.2797.6366.86
HexF058FD541011276243
Octal360130375510101447142103
Binary1111000010110001111110110110000010110010011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F058FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F058FD; }

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

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

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

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

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

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

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

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