Html Css Color HEX #F860EC Pink Flamingo

📋 copy color: '#F860EC'

red 248 ◦ green 96 ◦ blue 236

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

Shades of Pink Flamingo #F860EC

Tints of Pink Flamingo #F860EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 42.76%
G = 16.55%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F860EC (or 0xF860EC) is known color: Pink Flamingo. HEX triplet: F8, 60 and EC. RGB value is (248,96,236). Sum of RGB (Red+Green+Blue) = 248+96+236=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 96 (37.89% from 255 or 16.55% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F860EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F860EC is #079F13. Grayscale: #9D9D9D. Windows color (decimal): -499476 or 15491320. OLE color: 15491320.

HSL color Cylindrical-coordinate representation of color #F860EC: hue angle of 304.74º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F860EC is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 96 236 -
CMYK 0 0.61 0.05 0.03
HSL 304.74º 0.92% 0.67% -
HSV(B) 304.74º 0.61% 0.97% -
XYZ 58.03 34.38 82.93 -
YUV 157.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 248 96 236 0 0.61 0.05 0.03 304.74 0.92 0.67
Hex F8 60 EC 0 3D 5 3 131 5C 43
Octal 370 140 354 0 75 5 3 461 134 103
Binary 11111000 1100000 11101100 0 111101 101 11 100110001 1011100 1000011

Color Harmonies of #F860EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F860EC

Black with #F860EC

Text Example


Text Example

White with #F860EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F860EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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