Html Css Color HEX #F859FC Pink Flamingo

📋 copy color: '#F859FC'

red 248 ◦ green 89 ◦ blue 252

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

Shades of Pink Flamingo #F859FC

Tints of Pink Flamingo #F859FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 42.11%
G = 15.11%
B = 42.78%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F859FC (or 0xF859FC) is known color: Pink Flamingo. HEX triplet: F8, 59 and FC. RGB value is (248,89,252). Sum of RGB (Red+Green+Blue) = 248+89+252=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 89 (35.16% from 255 or 15.11% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #F859FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F859FC is #07A603. Grayscale: #9A9A9A. Windows color (decimal): -501252 or 16538104. OLE color: 16538104.

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

Color convert

RGB 248 89 252 -
CMYK 0.02 0.65 0 0.01
HSL 298.53º 0.96% 0.67% -
HSV(B) 298.53º 0.65% 0.99% -
XYZ 59.85 34.13 95.53 -
YUV 155.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 248 89 252 0.02 0.65 0 0.01 298.53 0.96 0.67
Hex F8 59 FC 2 41 0 1 12B 60 43
Octal 370 131 374 2 101 0 1 453 140 103
Binary 11111000 1011001 11111100 10 1000001 0 1 100101011 1100000 1000011

Color Harmonies of #F859FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F859FC

Black with #F859FC

Text Example


Text Example

White with #F859FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F859FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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