Html Css Color HEX #F15FEF Pink Flamingo

📋 copy color: '#F15FEF'

red 241 ◦ green 95 ◦ blue 239

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

Shades of Pink Flamingo #F15FEF

Tints of Pink Flamingo #F15FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.52%

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

R = 41.91%
G = 16.52%
B = 41.57%

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

#F15FEF (or 0xF15FEF) is known color: Pink Flamingo. HEX triplet: F1, 5F and EF. RGB value is (241,95,239). Sum of RGB (Red+Green+Blue) = 241+95+239=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15FEF is #0EA010. Grayscale: #9A9A9A. Windows color (decimal): -958481 or 15687665. OLE color: 15687665.

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

Color convert

RGB 241 95 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.95 33.12 85.1 -
YUV 155.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 241 95 239 0 0.61 0.01 0.05 300.82 0.84 0.66
Hex F1 5F EF 0 3D 1 5 12D 54 42
Octal 361 137 357 0 75 1 5 455 124 102
Binary 11110001 1011111 11101111 0 111101 1 101 100101101 1010100 1000010

Color Harmonies of #F15FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15FEF

Black with #F15FEF

Text Example


Text Example

White with #F15FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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