Html Css Color HEX #F560EF Pink Flamingo

📋 copy color: '#F560EF'

red 245 ◦ green 96 ◦ blue 239

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

Shades of Pink Flamingo #F560EF

Tints of Pink Flamingo #F560EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 42.24%
G = 16.55%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F560EF (or 0xF560EF) is known color: Pink Flamingo. HEX triplet: F5, 60 and EF. RGB value is (245,96,239). Sum of RGB (Red+Green+Blue) = 245+96+239=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 96 (37.89% from 255 or 16.55% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F560EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F560EF is #0A9F10. Grayscale: #9C9C9C. Windows color (decimal): -696081 or 15687925. OLE color: 15687925.

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

Color convert

RGB 245 96 239 -
CMYK 0 0.61 0.02 0.04
HSL 302.42º 0.88% 0.67% -
HSV(B) 302.42º 0.61% 0.96% -
XYZ 57.42 34.01 85.2 -
YUV 156.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 245 96 239 0 0.61 0.02 0.04 302.42 0.88 0.67
Hex F5 60 EF 0 3D 2 4 12E 58 43
Octal 365 140 357 0 75 2 4 456 130 103
Binary 11110101 1100000 11101111 0 111101 10 100 100101110 1011000 1000011

Color Harmonies of #F560EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F560EF

Black with #F560EF

Text Example


Text Example

White with #F560EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F560EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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