Html Css Color HEX #F15BEE Pink Flamingo

📋 copy color: '#F15BEE'

red 241 ◦ green 91 ◦ blue 238

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

Shades of Pink Flamingo #F15BEE

Tints of Pink Flamingo #F15BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 42.28%
G = 15.96%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F15BEE (or 0xF15BEE) is known color: Pink Flamingo. HEX triplet: F1, 5B and EE. RGB value is (241,91,238). Sum of RGB (Red+Green+Blue) = 241+91+238=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 91 (35.94% from 255 or 15.96% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15BEE is #0EA411. Grayscale: #989898. Windows color (decimal): -959506 or 15621105. OLE color: 15621105.

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

Color convert

RGB 241 91 238 -
CMYK 0 0.62 0.01 0.05
HSL 301.2º 0.84% 0.65% -
HSV(B) 301.2º 0.62% 0.95% -
XYZ 55.45 32.36 84.21 -
YUV 152.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 241 91 238 0 0.62 0.01 0.05 301.2 0.84 0.65
Hex F1 5B EE 0 3E 1 5 12D 54 41
Octal 361 133 356 0 76 1 5 455 124 101
Binary 11110001 1011011 11101110 0 111110 1 101 100101101 1010100 1000001

Color Harmonies of #F15BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BEE

Black with #F15BEE

Text Example


Text Example

White with #F15BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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