Html Css Color HEX #F856EF Pink Flamingo

📋 copy color: '#F856EF'

red 248 ◦ green 86 ◦ blue 239

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

Shades of Pink Flamingo #F856EF

Tints of Pink Flamingo #F856EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 43.28%
G = 15.01%
B = 41.71%

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

#F856EF (or 0xF856EF) is known color: Pink Flamingo. HEX triplet: F8, 56 and EF. RGB value is (248,86,239). Sum of RGB (Red+Green+Blue) = 248+86+239=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 86 (33.98% from 255 or 15.01% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F856EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F856EF is #07A910. Grayscale: #979797. Windows color (decimal): -502033 or 15685368. OLE color: 15685368.

HSL color Cylindrical-coordinate representation of color #F856EF: hue angle of 303.33º 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 #F856EF is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 86 239 -
CMYK 0 0.65 0.04 0.03
HSL 303.33º 0.92% 0.65% -
HSV(B) 303.33º 0.65% 0.97% -
XYZ 57.62 32.84 84.96 -
YUV 151.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 248 86 239 0 0.65 0.04 0.03 303.33 0.92 0.65
Hex F8 56 EF 0 41 4 3 12F 5C 41
Octal 370 126 357 0 101 4 3 457 134 101
Binary 11111000 1010110 11101111 0 1000001 100 11 100101111 1011100 1000001

Color Harmonies of #F856EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856EF

Black with #F856EF

Text Example


Text Example

White with #F856EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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