Html Css Color HEX #F856FF Pink Flamingo

📋 copy color: '#F856FF'

red 248 ◦ green 86 ◦ blue 255

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

Shades of Pink Flamingo #F856FF

Tints of Pink Flamingo #F856FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.29%

R = 42.11%
G = 14.6%
B = 43.29%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F856FF (or 0xF856FF) is known color: Pink Flamingo. HEX triplet: F8, 56 and FF. RGB value is (248,86,255). Sum of RGB (Red+Green+Blue) = 248+86+255=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 86 (33.98% from 255 or 14.60% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #F856FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F856FF is #07A900. Grayscale: #999999. Windows color (decimal): -502017 or 16733944. OLE color: 16733944.

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

Color convert

RGB 248 86 255 -
CMYK 0.03 0.66 0 0
HSL 297.51º 1% 0.67% -
HSV(B) 297.51º 0.66% 1% -
XYZ 60.09 33.83 97.97 -
YUV 153.7 185.17 195.26 -
System Red Green Blue C M Y K H S L
Decimal 248 86 255 0.03 0.66 0 0 297.51 1 0.67
Hex F8 56 FF 3 42 0 0 12A 64 43
Octal 370 126 377 3 102 0 0 452 144 103
Binary 11111000 1010110 11111111 11 1000010 0 0 100101010 1100100 1000011

Color Harmonies of #F856FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856FF

Black with #F856FF

Text Example


Text Example

White with #F856FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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