Html Css Color HEX #F057FC Pink Flamingo

📋 copy color: '#F057FC'

red 240 ◦ green 87 ◦ blue 252

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

Shades of Pink Flamingo #F057FC

Tints of Pink Flamingo #F057FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.52%

R = 41.45%
G = 15.03%
B = 43.52%

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

#F057FC (or 0xF057FC) is known color: Pink Flamingo. HEX triplet: F0, 57 and FC. RGB value is (240,87,252). Sum of RGB (Red+Green+Blue) = 240+87+252=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 87 (34.38% from 255 or 15.03% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #F057FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057FC is #0FA803. Grayscale: #979797. Windows color (decimal): -1026052 or 16537584. OLE color: 16537584.

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

Color convert

RGB 240 87 252 -
CMYK 0.05 0.65 0 0.01
HSL 295.64º 0.96% 0.66% -
HSV(B) 295.64º 0.65% 0.99% -
XYZ 56.91 32.37 95.34 -
YUV 151.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 240 87 252 0.05 0.65 0 0.01 295.64 0.96 0.66
Hex F0 57 FC 5 41 0 1 128 60 42
Octal 360 127 374 5 101 0 1 450 140 102
Binary 11110000 1010111 11111100 101 1000001 0 1 100101000 1100000 1000010

Color Harmonies of #F057FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057FC

Black with #F057FC

Text Example


Text Example

White with #F057FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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