Html Css Color HEX #F057F1 Pink Flamingo

📋 copy color: '#F057F1'

red 240 ◦ green 87 ◦ blue 241

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

Shades of Pink Flamingo #F057F1

Tints of Pink Flamingo #F057F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.43%

R = 42.25%
G = 15.32%
B = 42.43%

CMYK

 C value IS 0.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F057F1 (or 0xF057F1) is known color: Pink Flamingo. HEX triplet: F0, 57 and F1. RGB value is (240,87,241). Sum of RGB (Red+Green+Blue) = 240+87+241=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 87 (34.38% from 255 or 15.32% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #F057F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057F1 is #0FA80E. Grayscale: #959595. Windows color (decimal): -1026063 or 15816688. OLE color: 15816688.

HSL color Cylindrical-coordinate representation of color #F057F1: hue angle of 299.61º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057F1 is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 87 241 -
CMYK 0.00 0.64 0 0.05
HSL 299.61º 0.85% 0.64% -
HSV(B) 299.61º 0.64% 0.95% -
XYZ 55.22 31.69 86.43 -
YUV 150.3 179.19 191.98 -
System Red Green Blue C M Y K H S L
Decimal 240 87 241 0.00 0.64 0 0.05 299.61 0.85 0.64
Hex F0 57 F1 0 40 0 5 12C 55 40
Octal 360 127 361 0 100 0 5 454 125 100
Binary 11110000 1010111 11110001 0 1000000 0 101 100101100 1010101 1000000

Color Harmonies of #F057F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057F1

Black with #F057F1

Text Example


Text Example

White with #F057F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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