Html Css Color HEX #F059FB Pink Flamingo

📋 copy color: '#F059FB'

red 240 ◦ green 89 ◦ blue 251

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

Shades of Pink Flamingo #F059FB

Tints of Pink Flamingo #F059FB

RGB

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

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

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

R = 41.38%
G = 15.34%
B = 43.28%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F059FB (or 0xF059FB) is known color: Pink Flamingo. HEX triplet: F0, 59 and FB. RGB value is (240,89,251). Sum of RGB (Red+Green+Blue) = 240+89+251=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 89 (35.16% from 255 or 15.34% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #F059FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059FB is #0FA604. Grayscale: #989898. Windows color (decimal): -1025541 or 16472560. OLE color: 16472560.

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

Color convert

RGB 240 89 251 -
CMYK 0.04 0.65 0 0.02
HSL 295.93º 0.95% 0.67% -
HSV(B) 295.93º 0.65% 0.98% -
XYZ 56.92 32.64 94.57 -
YUV 152.62 183.53 190.33 -
System Red Green Blue C M Y K H S L
Decimal 240 89 251 0.04 0.65 0 0.02 295.93 0.95 0.67
Hex F0 59 FB 4 41 0 2 128 5F 43
Octal 360 131 373 4 101 0 2 450 137 103
Binary 11110000 1011001 11111011 100 1000001 0 10 100101000 1011111 1000011

Color Harmonies of #F059FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059FB

Black with #F059FB

Text Example


Text Example

White with #F059FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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