Html Css Color HEX #F856FE Pink Flamingo

📋 copy color: '#F856FE'

red 248 ◦ green 86 ◦ blue 254

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

Shades of Pink Flamingo #F856FE

Tints of Pink Flamingo #F856FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 42.18%
G = 14.63%
B = 43.2%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F856FE (or 0xF856FE) is known color: Pink Flamingo. HEX triplet: F8, 56 and FE. RGB value is (248,86,254). Sum of RGB (Red+Green+Blue) = 248+86+254=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 86 (33.98% from 255 or 14.63% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #F856FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F856FE is #07A901. Grayscale: #999999. Windows color (decimal): -502018 or 16668408. OLE color: 16668408.

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

Color convert

RGB 248 86 254 -
CMYK 0.02 0.66 0 0.00
HSL 297.86º 0.99% 0.67% -
HSV(B) 297.86º 0.66% 1% -
XYZ 59.93 33.77 97.13 -
YUV 153.59 184.67 195.34 -
System Red Green Blue C M Y K H S L
Decimal 248 86 254 0.02 0.66 0 0.00 297.86 0.99 0.67
Hex F8 56 FE 2 42 0 0 12A 63 43
Octal 370 126 376 2 102 0 0 452 143 103
Binary 11111000 1010110 11111110 10 1000010 0 0 100101010 1100011 1000011

Color Harmonies of #F856FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856FE

Black with #F856FE

Text Example


Text Example

White with #F856FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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