Html Css Color HEX #F15CEF Pink Flamingo

📋 copy color: '#F15CEF'

red 241 ◦ green 92 ◦ blue 239

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

Shades of Pink Flamingo #F15CEF

Tints of Pink Flamingo #F15CEF

RGB

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

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

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

R = 42.13%
G = 16.08%
B = 41.78%

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

#F15CEF (or 0xF15CEF) is known color: Pink Flamingo. HEX triplet: F1, 5C and EF. RGB value is (241,92,239). Sum of RGB (Red+Green+Blue) = 241+92+239=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15CEF is #0EA310. Grayscale: #989898. Windows color (decimal): -959249 or 15686897. OLE color: 15686897.

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

Color convert

RGB 241 92 239 -
CMYK 0 0.62 0.01 0.05
HSL 300.81º 0.84% 0.65% -
HSV(B) 300.81º 0.62% 0.95% -
XYZ 55.68 32.59 85.02 -
YUV 153.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 241 92 239 0 0.62 0.01 0.05 300.81 0.84 0.65
Hex F1 5C EF 0 3E 1 5 12D 54 41
Octal 361 134 357 0 76 1 5 455 124 101
Binary 11110001 1011100 11101111 0 111110 1 101 100101101 1010100 1000001

Color Harmonies of #F15CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CEF

Black with #F15CEF

Text Example


Text Example

White with #F15CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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