Html Css Color HEX #F857F0 Pink Flamingo

📋 copy color: '#F857F0'

red 248 ◦ green 87 ◦ blue 240

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

Shades of Pink Flamingo #F857F0

Tints of Pink Flamingo #F857F0

RGB

 RED value IS 248 (97.27% from 255) = 43.13%

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

 BLUE value IS 240 (94.14% from 255) = 41.74%

R = 43.13%
G = 15.13%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F857F0 (or 0xF857F0) is known color: Pink Flamingo. HEX triplet: F8, 57 and F0. RGB value is (248,87,240). Sum of RGB (Red+Green+Blue) = 248+87+240=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 87 (34.38% from 255 or 15.13% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F857F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F857F0 is #07A80F. Grayscale: #989898. Windows color (decimal): -501776 or 15751160. OLE color: 15751160.

HSL color Cylindrical-coordinate representation of color #F857F0: hue angle of 302.98º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F857F0 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 87 240 -
CMYK 0 0.65 0.03 0.03
HSL 302.98º 0.92% 0.66% -
HSV(B) 302.98º 0.65% 0.97% -
XYZ 57.85 33.06 85.77 -
YUV 152.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 248 87 240 0 0.65 0.03 0.03 302.98 0.92 0.66
Hex F8 57 F0 0 41 3 3 12F 5C 42
Octal 370 127 360 0 101 3 3 457 134 102
Binary 11111000 1010111 11110000 0 1000001 11 11 100101111 1011100 1000010

Color Harmonies of #F857F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F857F0

Black with #F857F0

Text Example


Text Example

White with #F857F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F857F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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