Html Css Color HEX #F857FE Pink Flamingo

📋 copy color: '#F857FE'

red 248 ◦ green 87 ◦ blue 254

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

Shades of Pink Flamingo #F857FE

Tints of Pink Flamingo #F857FE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 14.77%

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

R = 42.11%
G = 14.77%
B = 43.12%

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

#F857FE (or 0xF857FE) is known color: Pink Flamingo. HEX triplet: F8, 57 and FE. RGB value is (248,87,254). Sum of RGB (Red+Green+Blue) = 248+87+254=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 87 (34.38% from 255 or 14.77% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #F857FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F857FE is #07A801. Grayscale: #999999. Windows color (decimal): -501762 or 16668664. OLE color: 16668664.

HSL color Cylindrical-coordinate representation of color #F857FE: hue angle of 297.84º 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 #F857FE is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 87 254 -
CMYK 0.02 0.66 0 0.00
HSL 297.84º 0.99% 0.67% -
HSV(B) 297.84º 0.66% 1% -
XYZ 60.01 33.93 97.15 -
YUV 154.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 248 87 254 0.02 0.66 0 0.00 297.84 0.99 0.67
Hex F8 57 FE 2 42 0 0 12A 63 43
Octal 370 127 376 2 102 0 0 452 143 103
Binary 11111000 1010111 11111110 10 1000010 0 0 100101010 1100011 1000011

Color Harmonies of #F857FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F857FE

Black with #F857FE

Text Example


Text Example

White with #F857FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F857FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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