Html Css Color HEX #F057F9 Pink Flamingo

📋 copy color: '#F057F9'

red 240 ◦ green 87 ◦ blue 249

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

Shades of Pink Flamingo #F057F9

Tints of Pink Flamingo #F057F9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.1%

 BLUE value IS 249 (97.66% from 255) = 43.23%

R = 41.67%
G = 15.1%
B = 43.23%

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

#F057F9 (or 0xF057F9) is known color: Pink Flamingo. HEX triplet: F0, 57 and F9. RGB value is (240,87,249). Sum of RGB (Red+Green+Blue) = 240+87+249=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 87 (34.38% from 255 or 15.10% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #F057F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057F9 is #0FA806. Grayscale: #969696. Windows color (decimal): -1026055 or 16340976. OLE color: 16340976.

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

Color convert

RGB 240 87 249 -
CMYK 0.04 0.65 0 0.02
HSL 296.67º 0.93% 0.66% -
HSV(B) 296.67º 0.65% 0.98% -
XYZ 56.44 32.18 92.86 -
YUV 151.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 240 87 249 0.04 0.65 0 0.02 296.67 0.93 0.66
Hex F0 57 F9 4 41 0 2 129 5D 42
Octal 360 127 371 4 101 0 2 451 135 102
Binary 11110000 1010111 11111001 100 1000001 0 10 100101001 1011101 1000010

Color Harmonies of #F057F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057F9

Black with #F057F9

Text Example


Text Example

White with #F057F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057F9; }

 p { color: rgb(240,87,249); }

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

background-color css

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

 a { background-color: rgb(240,87,249); }

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

border-color css

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

 span { border-color: rgb(240,87,249); }

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