Html Css Color HEX #F559FF Pink Flamingo

📋 copy color: '#F559FF'

red 245 ◦ green 89 ◦ blue 255

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

Shades of Pink Flamingo #F559FF

Tints of Pink Flamingo #F559FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.11%

 BLUE value IS 255 (100% from 255) = 43.29%

R = 41.6%
G = 15.11%
B = 43.29%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F559FF (or 0xF559FF) is known color: Pink Flamingo. HEX triplet: F5, 59 and FF. RGB value is (245,89,255). Sum of RGB (Red+Green+Blue) = 245+89+255=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 89 (35.16% from 255 or 15.11% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #F559FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F559FF is #0AA600. Grayscale: #9A9A9A. Windows color (decimal): -697857 or 16734709. OLE color: 16734709.

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

Color convert

RGB 245 89 255 -
CMYK 0.04 0.65 0 0
HSL 296.39º 1% 0.67% -
HSV(B) 296.39º 0.65% 1% -
XYZ 59.28 33.78 98 -
YUV 154.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 245 89 255 0.04 0.65 0 0 296.39 1 0.67
Hex F5 59 FF 4 41 0 0 128 64 43
Octal 365 131 377 4 101 0 0 450 144 103
Binary 11110101 1011001 11111111 100 1000001 0 0 100101000 1100100 1000011

Color Harmonies of #F559FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F559FF

Black with #F559FF

Text Example


Text Example

White with #F559FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F559FF; }

 p { color: rgb(245,89,255); }

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

background-color css

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

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

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

border-color css

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

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

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