Html Css Color HEX #F559FE Pink Flamingo

📋 copy color: '#F559FE'

red 245 ◦ green 89 ◦ blue 254

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

Shades of Pink Flamingo #F559FE

Tints of Pink Flamingo #F559FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 41.67%
G = 15.14%
B = 43.2%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F559FE (or 0xF559FE) is known color: Pink Flamingo. HEX triplet: F5, 59 and FE. RGB value is (245,89,254). Sum of RGB (Red+Green+Blue) = 245+89+254=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 89 (35.16% from 255 or 15.14% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #F559FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F559FE is #0AA601. Grayscale: #999999. Windows color (decimal): -697858 or 16669173. OLE color: 16669173.

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

Color convert

RGB 245 89 254 -
CMYK 0.04 0.65 0 0.00
HSL 296.73º 0.99% 0.67% -
HSV(B) 296.73º 0.65% 1% -
XYZ 59.12 33.71 97.16 -
YUV 154.45 184.18 192.58 -
System Red Green Blue C M Y K H S L
Decimal 245 89 254 0.04 0.65 0 0.00 296.73 0.99 0.67
Hex F5 59 FE 4 41 0 0 129 63 43
Octal 365 131 376 4 101 0 0 451 143 103
Binary 11110101 1011001 11111110 100 1000001 0 0 100101001 1100011 1000011

Color Harmonies of #F559FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F559FE

Black with #F559FE

Text Example


Text Example

White with #F559FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F559FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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