Html Css Color HEX #F556EC Pink Flamingo

📋 copy color: '#F556EC'

red 245 ◦ green 86 ◦ blue 236

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

Shades of Pink Flamingo #F556EC

Tints of Pink Flamingo #F556EC

RGB

 RED value IS 245 (96.09% from 255) = 43.21%

 GREEN value IS 86 (33.98% from 255) = 15.17%

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

R = 43.21%
G = 15.17%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F556EC (or 0xF556EC) is known color: Pink Flamingo. HEX triplet: F5, 56 and EC. RGB value is (245,86,236). Sum of RGB (Red+Green+Blue) = 245+86+236=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 86 (33.98% from 255 or 15.17% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F556EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F556EC is #0AA913. Grayscale: #969696. Windows color (decimal): -698644 or 15488757. OLE color: 15488757.

HSL color Cylindrical-coordinate representation of color #F556EC: hue angle of 303.4º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F556EC is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 86 236 -
CMYK 0 0.65 0.04 0.04
HSL 303.4º 0.89% 0.65% -
HSV(B) 303.4º 0.65% 0.96% -
XYZ 56.12 32.12 82.6 -
YUV 150.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 245 86 236 0 0.65 0.04 0.04 303.4 0.89 0.65
Hex F5 56 EC 0 41 4 4 12F 59 41
Octal 365 126 354 0 101 4 4 457 131 101
Binary 11110101 1010110 11101100 0 1000001 100 100 100101111 1011001 1000001

Color Harmonies of #F556EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F556EC

Black with #F556EC

Text Example


Text Example

White with #F556EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F556EC; }

 p { color: rgb(245,86,236); }

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

background-color css

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

 a { background-color: rgb(245,86,236); }

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

border-color css

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

 span { border-color: rgb(245,86,236); }

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