Html Css Color HEX #F057FE Pink Flamingo

📋 copy color: '#F057FE'

red 240 ◦ green 87 ◦ blue 254

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

Shades of Pink Flamingo #F057FE

Tints of Pink Flamingo #F057FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 41.31%
G = 14.97%
B = 43.72%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F057FE (or 0xF057FE) is known color: Pink Flamingo. HEX triplet: F0, 57 and FE. RGB value is (240,87,254). Sum of RGB (Red+Green+Blue) = 240+87+254=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 87 (34.38% from 255 or 14.97% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #F057FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057FE is #0FA801. Grayscale: #979797. Windows color (decimal): -1026050 or 16668656. OLE color: 16668656.

HSL color Cylindrical-coordinate representation of color #F057FE: hue angle of 294.97º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F057FE is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 87 254 -
CMYK 0.06 0.66 0 0.00
HSL 294.97º 0.99% 0.67% -
HSV(B) 294.97º 0.66% 1% -
XYZ 57.23 32.5 97.02 -
YUV 151.79 185.69 190.92 -
System Red Green Blue C M Y K H S L
Decimal 240 87 254 0.06 0.66 0 0.00 294.97 0.99 0.67
Hex F0 57 FE 6 42 0 0 127 63 43
Octal 360 127 376 6 102 0 0 447 143 103
Binary 11110000 1010111 11111110 110 1000010 0 0 100100111 1100011 1000011

Color Harmonies of #F057FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057FE

Black with #F057FE

Text Example


Text Example

White with #F057FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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