Html Css Color HEX #F560FB Pink Flamingo

📋 copy color: '#F560FB'

red 245 ◦ green 96 ◦ blue 251

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

Shades of Pink Flamingo #F560FB

Tints of Pink Flamingo #F560FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.4%

R = 41.39%
G = 16.22%
B = 42.4%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F560FB (or 0xF560FB) is known color: Pink Flamingo. HEX triplet: F5, 60 and FB. RGB value is (245,96,251). Sum of RGB (Red+Green+Blue) = 245+96+251=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 96 (37.89% from 255 or 16.22% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #F560FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F560FB is #0A9F04. Grayscale: #9D9D9D. Windows color (decimal): -696069 or 16474357. OLE color: 16474357.

HSL color Cylindrical-coordinate representation of color #F560FB: hue angle of 297.68º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F560FB is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 96 251 -
CMYK 0.02 0.62 0 0.02
HSL 297.68º 0.95% 0.68% -
HSV(B) 297.68º 0.62% 0.98% -
XYZ 59.25 34.74 94.85 -
YUV 158.22 180.36 189.9 -
System Red Green Blue C M Y K H S L
Decimal 245 96 251 0.02 0.62 0 0.02 297.68 0.95 0.68
Hex F5 60 FB 2 3E 0 2 12A 5F 44
Octal 365 140 373 2 76 0 2 452 137 104
Binary 11110101 1100000 11111011 10 111110 0 10 100101010 1011111 1000100

Color Harmonies of #F560FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F560FB

Black with #F560FB

Text Example


Text Example

White with #F560FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F560FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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