#F05BFC

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

Shades of Pink Flamingo #F05BFC

Tints of Pink Flamingo #F05BFC

Color information

#F05BFC (or 0xF05BFC) is unknown color: approx Pink Flamingo. HEX triplet: F0, 5B and FC. RGB value is (240,91,252). Sum of RGB (Red+Green+Blue) = 240+91+252=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 91 (35.94% from 255 or 15.61% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #F05BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05BFC is #0FA403. Grayscale: #999999. Windows color (decimal): -1025028 or 16538608. OLE color: 16538608.

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

Color convert

RGB24091252-
CMYK0.050.6400.01
HSL295.53º96.41%67.25%-
HSV(B)295.53º63.89%98.82%-
XYZ57.2533.0495.45-
YUV153.9183.36189.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 91 (35.94% from 255) = 15.61%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=41.17%
G=15.61%
B=43.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240912520.050.6400.01295.5396.4167.25
HexF05BFC540011286043
Octal360133374510001450140103
Binary1111000010110111111110010110000000110010100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05BFC; }

 p { color: rgb(240,91,252); }

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

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

 a { background-color: rgb(240,91,252); }

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

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

 span { border-color: rgb(240,91,252); }

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