#F15BFA

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

Shades of Pink Flamingo #F15BFA

Tints of Pink Flamingo #F15BFA

Color information

#F15BFA (or 0xF15BFA) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5B and FA. RGB value is (241,91,250). Sum of RGB (Red+Green+Blue) = 241+91+250=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 91 (35.94% from 255 or 15.64% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #F15BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15BFA is #0EA405. Grayscale: #999999. Windows color (decimal): -959494 or 16407537. OLE color: 16407537.

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

Color convert

RGB24191250-
CMYK0.040.6400.02
HSL296.6º94.08%66.86%-
HSV(B)296.6º63.6%98.04%-
XYZ57.2733.0993.81-
YUV153.98182.2190.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 91 (35.94% from 255) = 15.64%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=41.41%
G=15.64%
B=42.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241912500.040.6400.02296.694.0866.86
HexF15BFA440021295e43
Octal361133372410002451136103
Binary11110001101101111111010100100000001010010100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15BFA; }

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

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

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

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

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

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

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

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