Html Css Color HEX #F866EC Pink Flamingo

📋 copy color: '#F866EC'

red 248 ◦ green 102 ◦ blue 236

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

Shades of Pink Flamingo #F866EC

Tints of Pink Flamingo #F866EC

RGB

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

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

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

R = 42.32%
G = 17.41%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F866EC (or 0xF866EC) is known color: Pink Flamingo. HEX triplet: F8, 66 and EC. RGB value is (248,102,236). Sum of RGB (Red+Green+Blue) = 248+102+236=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 102 (40.23% from 255 or 17.41% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F866EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F866EC is #079913. Grayscale: #A0A0A0. Windows color (decimal): -497940 or 15492856. OLE color: 15492856.

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

Color convert

RGB 248 102 236 -
CMYK 0 0.59 0.05 0.03
HSL 304.93º 0.91% 0.69% -
HSV(B) 304.93º 0.59% 0.97% -
XYZ 58.6 35.52 83.12 -
YUV 160.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 248 102 236 0 0.59 0.05 0.03 304.93 0.91 0.69
Hex F8 66 EC 0 3B 5 3 131 5B 45
Octal 370 146 354 0 73 5 3 461 133 105
Binary 11111000 1100110 11101100 0 111011 101 11 100110001 1011011 1000101

Color Harmonies of #F866EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F866EC

Black with #F866EC

Text Example


Text Example

White with #F866EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F866EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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