Html Css Color HEX #F15BF1 Pink Flamingo

📋 copy color: '#F15BF1'

red 241 ◦ green 91 ◦ blue 241

#F15BF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #F15BF1

Tints of Pink Flamingo #F15BF1

RGB

 RED value IS 241 (94.53% from 255) = 42.06%

 GREEN value IS 91 (35.94% from 255) = 15.88%

 BLUE value IS 241 (94.53% from 255) = 42.06%

R = 42.06%
G = 15.88%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F15BF1 (or 0xF15BF1) is known color: Pink Flamingo. HEX triplet: F1, 5B and F1. RGB value is (241,91,241). Sum of RGB (Red+Green+Blue) = 241+91+241=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 91 (35.94% from 255 or 15.88% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F15BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15BF1 is #0EA40E. Grayscale: #989898. Windows color (decimal): -959503 or 15817713. OLE color: 15817713.

HSL color Cylindrical-coordinate representation of color #F15BF1: hue angle of 300º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15BF1 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 91 241 -
CMYK 0 0.62 0 0.05
HSL 300º 0.84% 0.65% -
HSV(B) 300º 0.62% 0.95% -
XYZ 55.89 32.53 86.55 -
YUV 152.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 241 91 241 0 0.62 0 0.05 300 0.84 0.65
Hex F1 5B F1 0 3E 0 5 12C 54 41
Octal 361 133 361 0 76 0 5 454 124 101
Binary 11110001 1011011 11110001 0 111110 0 101 100101100 1010100 1000001

Color Harmonies of #F15BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BF1

Black with #F15BF1

Text Example


Text Example

White with #F15BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BF1; }

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

 H1.HeaderClassName
 {
   color: #F15BF1;
 }
 .AnyTagClassName
 {
   color: #F15BF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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