Html Css Color HEX #F15EEF Pink Flamingo

📋 copy color: '#F15EEF'

red 241 ◦ green 94 ◦ blue 239

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

Shades of Pink Flamingo #F15EEF

Tints of Pink Flamingo #F15EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.38%

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 41.99%
G = 16.38%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F15EEF (or 0xF15EEF) is known color: Pink Flamingo. HEX triplet: F1, 5E and EF. RGB value is (241,94,239). Sum of RGB (Red+Green+Blue) = 241+94+239=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 94 (37.11% from 255 or 16.38% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15EEF is #0EA110. Grayscale: #9A9A9A. Windows color (decimal): -958737 or 15687409. OLE color: 15687409.

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

Color convert

RGB 241 94 239 -
CMYK 0 0.61 0.01 0.05
HSL 300.82º 0.84% 0.66% -
HSV(B) 300.82º 0.61% 0.95% -
XYZ 55.86 32.94 85.08 -
YUV 154.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 241 94 239 0 0.61 0.01 0.05 300.82 0.84 0.66
Hex F1 5E EF 0 3D 1 5 12D 54 42
Octal 361 136 357 0 75 1 5 455 124 102
Binary 11110001 1011110 11101111 0 111101 1 101 100101101 1010100 1000010

Color Harmonies of #F15EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15EEF

Black with #F15EEF

Text Example


Text Example

White with #F15EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15EEF; }

 p { color: rgb(241,94,239); }

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

background-color css

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

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

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

border-color css

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

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

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