Html Css Color HEX #F159EE Pink Flamingo

📋 copy color: '#F159EE'

red 241 ◦ green 89 ◦ blue 238

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

Shades of Pink Flamingo #F159EE

Tints of Pink Flamingo #F159EE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.67%

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

R = 42.43%
G = 15.67%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F159EE (or 0xF159EE) is known color: Pink Flamingo. HEX triplet: F1, 59 and EE. RGB value is (241,89,238). Sum of RGB (Red+Green+Blue) = 241+89+238=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 89 (35.16% from 255 or 15.67% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F159EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F159EE is #0EA611. Grayscale: #969696. Windows color (decimal): -960018 or 15620593. OLE color: 15620593.

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

Color convert

RGB 241 89 238 -
CMYK 0 0.63 0.01 0.05
HSL 301.18º 0.84% 0.65% -
HSV(B) 301.18º 0.63% 0.95% -
XYZ 55.28 32.02 84.16 -
YUV 151.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 241 89 238 0 0.63 0.01 0.05 301.18 0.84 0.65
Hex F1 59 EE 0 3F 1 5 12D 54 41
Octal 361 131 356 0 77 1 5 455 124 101
Binary 11110001 1011001 11101110 0 111111 1 101 100101101 1010100 1000001

Color Harmonies of #F159EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159EE

Black with #F159EE

Text Example


Text Example

White with #F159EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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