Html Css Color HEX #F859FE Pink Flamingo

📋 copy color: '#F859FE'

red 248 ◦ green 89 ◦ blue 254

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

Shades of Pink Flamingo #F859FE

Tints of Pink Flamingo #F859FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.06%

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

R = 41.96%
G = 15.06%
B = 42.98%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F859FE (or 0xF859FE) is known color: Pink Flamingo. HEX triplet: F8, 59 and FE. RGB value is (248,89,254). Sum of RGB (Red+Green+Blue) = 248+89+254=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 89 (35.16% from 255 or 15.06% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #F859FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F859FE is #07A601. Grayscale: #9A9A9A. Windows color (decimal): -501250 or 16669176. OLE color: 16669176.

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

Color convert

RGB 248 89 254 -
CMYK 0.02 0.65 0 0.00
HSL 297.82º 0.99% 0.67% -
HSV(B) 297.82º 0.65% 1% -
XYZ 60.17 34.26 97.21 -
YUV 155.35 183.68 194.08 -
System Red Green Blue C M Y K H S L
Decimal 248 89 254 0.02 0.65 0 0.00 297.82 0.99 0.67
Hex F8 59 FE 2 41 0 0 12A 63 43
Octal 370 131 376 2 101 0 0 452 143 103
Binary 11111000 1011001 11111110 10 1000001 0 0 100101010 1100011 1000011

Color Harmonies of #F859FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F859FE

Black with #F859FE

Text Example


Text Example

White with #F859FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F859FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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