#F05CFB

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

Shades of Pink Flamingo #F05CFB

Tints of Pink Flamingo #F05CFB

Color information

#F05CFB (or 0xF05CFB) is unknown color: approx Pink Flamingo. HEX triplet: F0, 5C and FB. RGB value is (240,92,251). Sum of RGB (Red+Green+Blue) = 240+92+251=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #F05CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CFB is #0FA304. Grayscale: #999999. Windows color (decimal): -1024773 or 16473328. OLE color: 16473328.

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

Color convert

RGB24092251-
CMYK0.040.6300.02
HSL295.85º95.21%67.25%-
HSV(B)295.85º63.35%98.43%-
XYZ57.1733.1494.65-
YUV154.38182.53189.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 92 (36.33% from 255) = 15.78%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=41.17%
G=15.78%
B=43.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240922510.040.6300.02295.8595.2167.25
HexF05CFB43F021285f43
Octal36013437347702450137103
Binary1111000010111001111101110011111101010010100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05CFB; }

 p { color: rgb(240,92,251); }

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

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

 a { background-color: rgb(240,92,251); }

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

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

 span { border-color: rgb(240,92,251); }

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