Html Css Color HEX #F860FE Pink Flamingo

📋 copy color: '#F860FE'

red 248 ◦ green 96 ◦ blue 254

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

Shades of Pink Flamingo #F860FE

Tints of Pink Flamingo #F860FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.05%

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

R = 41.47%
G = 16.05%
B = 42.47%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F860FE (or 0xF860FE) is known color: Pink Flamingo. HEX triplet: F8, 60 and FE. RGB value is (248,96,254). Sum of RGB (Red+Green+Blue) = 248+96+254=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 96 (37.89% from 255 or 16.05% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #F860FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F860FE is #079F01. Grayscale: #9E9E9E. Windows color (decimal): -499458 or 16670968. OLE color: 16670968.

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

Color convert

RGB 248 96 254 -
CMYK 0.02 0.62 0 0.00
HSL 297.72º 0.99% 0.69% -
HSV(B) 297.72º 0.62% 1% -
XYZ 60.78 35.48 97.41 -
YUV 159.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 248 96 254 0.02 0.62 0 0.00 297.72 0.99 0.69
Hex F8 60 FE 2 3E 0 0 12A 63 45
Octal 370 140 376 2 76 0 0 452 143 105
Binary 11111000 1100000 11111110 10 111110 0 0 100101010 1100011 1000101

Color Harmonies of #F860FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F860FE

Black with #F860FE

Text Example


Text Example

White with #F860FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F860FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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