Html Css Color HEX #F161EC Pink Flamingo

📋 copy color: '#F161EC'

red 241 ◦ green 97 ◦ blue 236

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

Shades of Pink Flamingo #F161EC

Tints of Pink Flamingo #F161EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.9%

 BLUE value IS 236 (92.58% from 255) = 41.11%

R = 41.99%
G = 16.9%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F161EC (or 0xF161EC) is known color: Pink Flamingo. HEX triplet: F1, 61 and EC. RGB value is (241,97,236). Sum of RGB (Red+Green+Blue) = 241+97+236=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 97 (38.28% from 255 or 16.90% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F161EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F161EC is #0E9E13. Grayscale: #9B9B9B. Windows color (decimal): -957972 or 15491569. OLE color: 15491569.

HSL color Cylindrical-coordinate representation of color #F161EC: hue angle of 302.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F161EC is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 236 -
CMYK 0 0.60 0.02 0.05
HSL 302.08º 0.84% 0.66% -
HSV(B) 302.08º 0.6% 0.95% -
XYZ 55.69 33.31 82.85 -
YUV 155.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 241 97 236 0 0.60 0.02 0.05 302.08 0.84 0.66
Hex F1 61 EC 0 3C 2 5 12E 54 42
Octal 361 141 354 0 74 2 5 456 124 102
Binary 11110001 1100001 11101100 0 111100 10 101 100101110 1010100 1000010

Color Harmonies of #F161EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F161EC

Black with #F161EC

Text Example


Text Example

White with #F161EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F161EC; }

 p { color: rgb(241,97,236); }

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

background-color css

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

 a { background-color: rgb(241,97,236); }

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

border-color css

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

 span { border-color: rgb(241,97,236); }

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