Html Css Color HEX #F157EE Pink Flamingo

📋 copy color: '#F157EE'

red 241 ◦ green 87 ◦ blue 238

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

Shades of Pink Flamingo #F157EE

Tints of Pink Flamingo #F157EE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.37%

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

R = 42.58%
G = 15.37%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F157EE (or 0xF157EE) is known color: Pink Flamingo. HEX triplet: F1, 57 and EE. RGB value is (241,87,238). Sum of RGB (Red+Green+Blue) = 241+87+238=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 87 (34.38% from 255 or 15.37% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F157EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F157EE is #0EA811. Grayscale: #959595. Windows color (decimal): -960530 or 15620081. OLE color: 15620081.

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

Color convert

RGB 241 87 238 -
CMYK 0 0.64 0.01 0.05
HSL 301.17º 0.85% 0.64% -
HSV(B) 301.17º 0.64% 0.95% -
XYZ 55.12 31.69 84.1 -
YUV 150.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 241 87 238 0 0.64 0.01 0.05 301.17 0.85 0.64
Hex F1 57 EE 0 40 1 5 12D 55 40
Octal 361 127 356 0 100 1 5 455 125 100
Binary 11110001 1010111 11101110 0 1000000 1 101 100101101 1010101 1000000

Color Harmonies of #F157EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157EE

Black with #F157EE

Text Example


Text Example

White with #F157EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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