Html Css Color HEX #F057FA Pink Flamingo

📋 copy color: '#F057FA'

red 240 ◦ green 87 ◦ blue 250

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

Shades of Pink Flamingo #F057FA

Tints of Pink Flamingo #F057FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 41.59%
G = 15.08%
B = 43.33%

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

#F057FA (or 0xF057FA) is known color: Pink Flamingo. HEX triplet: F0, 57 and FA. RGB value is (240,87,250). Sum of RGB (Red+Green+Blue) = 240+87+250=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 87 (34.38% from 255 or 15.08% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #F057FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057FA is #0FA805. Grayscale: #969696. Windows color (decimal): -1026054 or 16406512. OLE color: 16406512.

HSL color Cylindrical-coordinate representation of color #F057FA: hue angle of 296.32º degrees, saturation: 0.94, 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 #F057FA is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 87 250 -
CMYK 0.04 0.65 0 0.02
HSL 296.32º 0.94% 0.66% -
HSV(B) 296.32º 0.65% 0.98% -
XYZ 56.6 32.24 93.68 -
YUV 151.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 240 87 250 0.04 0.65 0 0.02 296.32 0.94 0.66
Hex F0 57 FA 4 41 0 2 128 5E 42
Octal 360 127 372 4 101 0 2 450 136 102
Binary 11110000 1010111 11111010 100 1000001 0 10 100101000 1011110 1000010

Color Harmonies of #F057FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057FA

Black with #F057FA

Text Example


Text Example

White with #F057FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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