Html Css Color HEX #F15BFF Pink Flamingo

📋 copy color: '#F15BFF'

red 241 ◦ green 91 ◦ blue 255

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

Shades of Pink Flamingo #F15BFF

Tints of Pink Flamingo #F15BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.44%

R = 41.06%
G = 15.5%
B = 43.44%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F15BFF (or 0xF15BFF) is known color: Pink Flamingo. HEX triplet: F1, 5B and FF. RGB value is (241,91,255). Sum of RGB (Red+Green+Blue) = 241+91+255=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 91 (35.94% from 255 or 15.50% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #F15BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15BFF is #0EA400. Grayscale: #9A9A9A. Windows color (decimal): -959489 or 16735217. OLE color: 16735217.

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

Color convert

RGB 241 91 255 -
CMYK 0.05 0.64 0 0
HSL 294.88º 1% 0.68% -
HSV(B) 294.88º 0.64% 1% -
XYZ 58.07 33.4 97.99 -
YUV 154.55 184.7 189.66 -
System Red Green Blue C M Y K H S L
Decimal 241 91 255 0.05 0.64 0 0 294.88 1 0.68
Hex F1 5B FF 5 40 0 0 127 64 44
Octal 361 133 377 5 100 0 0 447 144 104
Binary 11110001 1011011 11111111 101 1000000 0 0 100100111 1100100 1000100

Color Harmonies of #F15BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BFF

Black with #F15BFF

Text Example


Text Example

White with #F15BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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