Html Css Color HEX #F860ED Pink Flamingo

📋 copy color: '#F860ED'

red 248 ◦ green 96 ◦ blue 237

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

Shades of Pink Flamingo #F860ED

Tints of Pink Flamingo #F860ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 42.69%
G = 16.52%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F860ED (or 0xF860ED) is known color: Pink Flamingo. HEX triplet: F8, 60 and ED. RGB value is (248,96,237). Sum of RGB (Red+Green+Blue) = 248+96+237=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 96 (37.89% from 255 or 16.52% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F860ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F860ED is #079F12. Grayscale: #9D9D9D. Windows color (decimal): -499475 or 15556856. OLE color: 15556856.

HSL color Cylindrical-coordinate representation of color #F860ED: hue angle of 304.34º 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 #F860ED is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 96 237 -
CMYK 0 0.61 0.04 0.03
HSL 304.34º 0.92% 0.67% -
HSV(B) 304.34º 0.61% 0.97% -
XYZ 58.18 34.44 83.7 -
YUV 157.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 248 96 237 0 0.61 0.04 0.03 304.34 0.92 0.67
Hex F8 60 ED 0 3D 4 3 130 5C 43
Octal 370 140 355 0 75 4 3 460 134 103
Binary 11111000 1100000 11101101 0 111101 100 11 100110000 1011100 1000011

Color Harmonies of #F860ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F860ED

Black with #F860ED

Text Example


Text Example

White with #F860ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F860ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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