Html Css Color HEX #F560ED Pink Flamingo

📋 copy color: '#F560ED'

red 245 ◦ green 96 ◦ blue 237

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

Shades of Pink Flamingo #F560ED

Tints of Pink Flamingo #F560ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41%

R = 42.39%
G = 16.61%
B = 41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F560ED (or 0xF560ED) is known color: Pink Flamingo. HEX triplet: F5, 60 and ED. RGB value is (245,96,237). Sum of RGB (Red+Green+Blue) = 245+96+237=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 96 (37.89% from 255 or 16.61% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F560ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F560ED is #0A9F12. Grayscale: #9C9C9C. Windows color (decimal): -696083 or 15556853. OLE color: 15556853.

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

Color convert

RGB 245 96 237 -
CMYK 0 0.61 0.03 0.04
HSL 303.22º 0.88% 0.67% -
HSV(B) 303.22º 0.61% 0.96% -
XYZ 57.13 33.89 83.65 -
YUV 156.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 245 96 237 0 0.61 0.03 0.04 303.22 0.88 0.67
Hex F5 60 ED 0 3D 3 4 12F 58 43
Octal 365 140 355 0 75 3 4 457 130 103
Binary 11110101 1100000 11101101 0 111101 11 100 100101111 1011000 1000011

Color Harmonies of #F560ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F560ED

Black with #F560ED

Text Example


Text Example

White with #F560ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F560ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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