Html Css Color HEX #F261EC Pink Flamingo

📋 copy color: '#F261EC'

red 242 ◦ green 97 ◦ blue 236

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

Shades of Pink Flamingo #F261EC

Tints of Pink Flamingo #F261EC

RGB

 RED value IS 242 (94.92% from 255) = 42.09%

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

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

R = 42.09%
G = 16.87%
B = 41.04%

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

#F261EC (or 0xF261EC) is known color: Pink Flamingo. HEX triplet: F2, 61 and EC. RGB value is (242,97,236). Sum of RGB (Red+Green+Blue) = 242+97+236=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 97 (38.28% from 255 or 16.87% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F261EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F261EC is #0D9E13. Grayscale: #9B9B9B. Windows color (decimal): -892436 or 15491570. OLE color: 15491570.

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

Color convert

RGB 242 97 236 -
CMYK 0 0.60 0.02 0.05
HSL 302.48º 0.85% 0.66% -
HSV(B) 302.48º 0.6% 0.95% -
XYZ 56.03 33.48 82.87 -
YUV 156.2 173.04 189.2 -
System Red Green Blue C M Y K H S L
Decimal 242 97 236 0 0.60 0.02 0.05 302.48 0.85 0.66
Hex F2 61 EC 0 3C 2 5 12E 55 42
Octal 362 141 354 0 74 2 5 456 125 102
Binary 11110010 1100001 11101100 0 111100 10 101 100101110 1010101 1000010

Color Harmonies of #F261EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F261EC

Black with #F261EC

Text Example


Text Example

White with #F261EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F261EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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