Html Css Color HEX #F15CEE Pink Flamingo

📋 copy color: '#F15CEE'

red 241 ◦ green 92 ◦ blue 238

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

Shades of Pink Flamingo #F15CEE

Tints of Pink Flamingo #F15CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.11%

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

R = 42.21%
G = 16.11%
B = 41.68%

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

#F15CEE (or 0xF15CEE) is known color: Pink Flamingo. HEX triplet: F1, 5C and EE. RGB value is (241,92,238). Sum of RGB (Red+Green+Blue) = 241+92+238=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 92 (36.33% from 255 or 16.11% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15CEE is #0EA311. Grayscale: #989898. Windows color (decimal): -959250 or 15621361. OLE color: 15621361.

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

Color convert

RGB 241 92 238 -
CMYK 0 0.62 0.01 0.05
HSL 301.21º 0.84% 0.65% -
HSV(B) 301.21º 0.62% 0.95% -
XYZ 55.54 32.53 84.24 -
YUV 153.2 175.86 190.63 -
System Red Green Blue C M Y K H S L
Decimal 241 92 238 0 0.62 0.01 0.05 301.21 0.84 0.65
Hex F1 5C EE 0 3E 1 5 12D 54 41
Octal 361 134 356 0 76 1 5 455 124 101
Binary 11110001 1011100 11101110 0 111110 1 101 100101101 1010100 1000001

Color Harmonies of #F15CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CEE

Black with #F15CEE

Text Example


Text Example

White with #F15CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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