Html Css Color HEX #F059FD Pink Flamingo

📋 copy color: '#F059FD'

red 240 ◦ green 89 ◦ blue 253

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

Shades of Pink Flamingo #F059FD

Tints of Pink Flamingo #F059FD

RGB

 RED value IS 240 (94.14% from 255) = 41.24%

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

 BLUE value IS 253 (99.22% from 255) = 43.47%

R = 41.24%
G = 15.29%
B = 43.47%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F059FD (or 0xF059FD) is known color: Pink Flamingo. HEX triplet: F0, 59 and FD. RGB value is (240,89,253). Sum of RGB (Red+Green+Blue) = 240+89+253=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 89 (35.16% from 255 or 15.29% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #F059FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059FD is #0FA602. Grayscale: #989898. Windows color (decimal): -1025539 or 16603632. OLE color: 16603632.

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

Color convert

RGB 240 89 253 -
CMYK 0.05 0.65 0 0.01
HSL 295.24º 0.98% 0.67% -
HSV(B) 295.24º 0.65% 0.99% -
XYZ 57.24 32.76 96.24 -
YUV 152.85 184.53 190.16 -
System Red Green Blue C M Y K H S L
Decimal 240 89 253 0.05 0.65 0 0.01 295.24 0.98 0.67
Hex F0 59 FD 5 41 0 1 127 62 43
Octal 360 131 375 5 101 0 1 447 142 103
Binary 11110000 1011001 11111101 101 1000001 0 1 100100111 1100010 1000011

Color Harmonies of #F059FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059FD

Black with #F059FD

Text Example


Text Example

White with #F059FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059FD; }

 p { color: rgb(240,89,253); }

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

background-color css

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

 a { background-color: rgb(240,89,253); }

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

border-color css

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

 span { border-color: rgb(240,89,253); }

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