Html Css Color HEX #F560EC Pink Flamingo

📋 copy color: '#F560EC'

red 245 ◦ green 96 ◦ blue 236

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

Shades of Pink Flamingo #F560EC

Tints of Pink Flamingo #F560EC

RGB

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

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

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

R = 42.46%
G = 16.64%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F560EC (or 0xF560EC) is known color: Pink Flamingo. HEX triplet: F5, 60 and EC. RGB value is (245,96,236). Sum of RGB (Red+Green+Blue) = 245+96+236=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 96 (37.89% from 255 or 16.64% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F560EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F560EC is #0A9F13. Grayscale: #9C9C9C. Windows color (decimal): -696084 or 15491317. OLE color: 15491317.

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

Color convert

RGB 245 96 236 -
CMYK 0 0.61 0.04 0.04
HSL 303.62º 0.88% 0.67% -
HSV(B) 303.62º 0.61% 0.96% -
XYZ 56.98 33.83 82.88 -
YUV 156.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 245 96 236 0 0.61 0.04 0.04 303.62 0.88 0.67
Hex F5 60 EC 0 3D 4 4 130 58 43
Octal 365 140 354 0 75 4 4 460 130 103
Binary 11110101 1100000 11101100 0 111101 100 100 100110000 1011000 1000011

Color Harmonies of #F560EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F560EC

Black with #F560EC

Text Example


Text Example

White with #F560EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F560EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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