#F15BFC

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

Shades of Pink Flamingo #F15BFC

Tints of Pink Flamingo #F15BFC

Color information

#F15BFC (or 0xF15BFC) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5B and FC. RGB value is (241,91,252). Sum of RGB (Red+Green+Blue) = 241+91+252=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 91 (35.94% from 255 or 15.58% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #F15BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15BFC is #0EA403. Grayscale: #999999. Windows color (decimal): -959492 or 16538609. OLE color: 16538609.

HSL color Cylindrical-coordinate representation of color #F15BFC: hue angle of 295.9º 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 #F15BFC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24191252-
CMYK0.040.6400.01
HSL295.9º96.41%67.25%-
HSV(B)295.9º63.89%98.82%-
XYZ57.5933.2195.47-
YUV154.2183.2189.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 91 (35.94% from 255) = 15.58%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=41.27%
G=15.58%
B=43.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal241912520.040.6400.01295.996.4167.25
HexF15BFC440011286043
Octal361133374410001450140103
Binary1111000110110111111110010010000000110010100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15BFC; }

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

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

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

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

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

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

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

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