Html Css Color HEX #F866EF Pink Flamingo

📋 copy color: '#F866EF'

red 248 ◦ green 102 ◦ blue 239

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

Shades of Pink Flamingo #F866EF

Tints of Pink Flamingo #F866EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.32%

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 42.11%
G = 17.32%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F866EF (or 0xF866EF) is known color: Pink Flamingo. HEX triplet: F8, 66 and EF. RGB value is (248,102,239). Sum of RGB (Red+Green+Blue) = 248+102+239=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 102 (40.23% from 255 or 17.32% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F866EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F866EF is #079910. Grayscale: #A0A0A0. Windows color (decimal): -497937 or 15689464. OLE color: 15689464.

HSL color Cylindrical-coordinate representation of color #F866EF: hue angle of 303.7º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866EF is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 102 239 -
CMYK 0 0.59 0.04 0.03
HSL 303.7º 0.91% 0.69% -
HSV(B) 303.7º 0.59% 0.97% -
XYZ 59.04 35.69 85.44 -
YUV 161.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 248 102 239 0 0.59 0.04 0.03 303.7 0.91 0.69
Hex F8 66 EF 0 3B 4 3 130 5B 45
Octal 370 146 357 0 73 4 3 460 133 105
Binary 11111000 1100110 11101111 0 111011 100 11 100110000 1011011 1000101

Color Harmonies of #F866EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F866EF

Black with #F866EF

Text Example


Text Example

White with #F866EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F866EF; }

 p { color: rgb(248,102,239); }

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

background-color css

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

 a { background-color: rgb(248,102,239); }

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

border-color css

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

 span { border-color: rgb(248,102,239); }

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