Html Css Color HEX #F160EC Pink Flamingo

📋 copy color: '#F160EC'

red 241 ◦ green 96 ◦ blue 236

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

Shades of Pink Flamingo #F160EC

Tints of Pink Flamingo #F160EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.75%

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

R = 42.06%
G = 16.75%
B = 41.19%

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

#F160EC (or 0xF160EC) is known color: Pink Flamingo. HEX triplet: F1, 60 and EC. RGB value is (241,96,236). Sum of RGB (Red+Green+Blue) = 241+96+236=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 96 (37.89% from 255 or 16.75% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F160EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F160EC is #0E9F13. Grayscale: #9A9A9A. Windows color (decimal): -958228 or 15491313. OLE color: 15491313.

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

Color convert

RGB 241 96 236 -
CMYK 0 0.60 0.02 0.05
HSL 302.07º 0.84% 0.66% -
HSV(B) 302.07º 0.6% 0.95% -
XYZ 55.6 33.12 82.82 -
YUV 155.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 241 96 236 0 0.60 0.02 0.05 302.07 0.84 0.66
Hex F1 60 EC 0 3C 2 5 12E 54 42
Octal 361 140 354 0 74 2 5 456 124 102
Binary 11110001 1100000 11101100 0 111100 10 101 100101110 1010100 1000010

Color Harmonies of #F160EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F160EC

Black with #F160EC

Text Example


Text Example

White with #F160EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F160EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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