Html Css Color HEX #F856EE Pink Flamingo

📋 copy color: '#F856EE'

red 248 ◦ green 86 ◦ blue 238

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

Shades of Pink Flamingo #F856EE

Tints of Pink Flamingo #F856EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.03%

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 43.36%
G = 15.03%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F856EE (or 0xF856EE) is known color: Pink Flamingo. HEX triplet: F8, 56 and EE. RGB value is (248,86,238). Sum of RGB (Red+Green+Blue) = 248+86+238=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 86 (33.98% from 255 or 15.03% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F856EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F856EE is #07A911. Grayscale: #979797. Windows color (decimal): -502034 or 15619832. OLE color: 15619832.

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

Color convert

RGB 248 86 238 -
CMYK 0 0.65 0.04 0.03
HSL 303.7º 0.92% 0.65% -
HSV(B) 303.7º 0.65% 0.97% -
XYZ 57.47 32.79 84.19 -
YUV 151.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 248 86 238 0 0.65 0.04 0.03 303.7 0.92 0.65
Hex F8 56 EE 0 41 4 3 130 5C 41
Octal 370 126 356 0 101 4 3 460 134 101
Binary 11111000 1010110 11101110 0 1000001 100 11 100110000 1011100 1000001

Color Harmonies of #F856EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856EE

Black with #F856EE

Text Example


Text Example

White with #F856EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856EE; }

 p { color: rgb(248,86,238); }

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

background-color css

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

 a { background-color: rgb(248,86,238); }

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

border-color css

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

 span { border-color: rgb(248,86,238); }

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