Html Css Color HEX #F560F5 Pink Flamingo

📋 copy color: '#F560F5'

red 245 ◦ green 96 ◦ blue 245

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

Shades of Pink Flamingo #F560F5

Tints of Pink Flamingo #F560F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.81%

R = 41.81%
G = 16.38%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F560F5 (or 0xF560F5) is known color: Pink Flamingo. HEX triplet: F5, 60 and F5. RGB value is (245,96,245). Sum of RGB (Red+Green+Blue) = 245+96+245=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 96 (37.89% from 255 or 16.38% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F560F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F560F5 is #0A9F0A. Grayscale: #9D9D9D. Windows color (decimal): -696075 or 16081141. OLE color: 16081141.

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

Color convert

RGB 245 96 245 -
CMYK 0 0.61 0 0.04
HSL 300º 0.88% 0.67% -
HSV(B) 300º 0.61% 0.96% -
XYZ 58.32 34.37 89.95 -
YUV 157.54 177.36 190.38 -
System Red Green Blue C M Y K H S L
Decimal 245 96 245 0 0.61 0 0.04 300 0.88 0.67
Hex F5 60 F5 0 3D 0 4 12C 58 43
Octal 365 140 365 0 75 0 4 454 130 103
Binary 11110101 1100000 11110101 0 111101 0 100 100101100 1011000 1000011

Color Harmonies of #F560F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F560F5

Black with #F560F5

Text Example


Text Example

White with #F560F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F560F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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