Html Css Color HEX #F768EC Pink Flamingo

📋 copy color: '#F768EC'

red 247 ◦ green 104 ◦ blue 236

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

Shades of Pink Flamingo #F768EC

Tints of Pink Flamingo #F768EC

RGB

 RED value IS 247 (96.88% from 255) = 42.08%

 GREEN value IS 104 (41.02% from 255) = 17.72%

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

R = 42.08%
G = 17.72%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F768EC (or 0xF768EC) is known color: Pink Flamingo. HEX triplet: F7, 68 and EC. RGB value is (247,104,236). Sum of RGB (Red+Green+Blue) = 247+104+236=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 104 (41.02% from 255 or 17.72% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F768EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F768EC is #089713. Grayscale: #A1A1A1. Windows color (decimal): -562964 or 15493367. OLE color: 15493367.

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

Color convert

RGB 247 104 236 -
CMYK 0 0.58 0.04 0.03
HSL 304.62º 0.9% 0.69% -
HSV(B) 304.62º 0.58% 0.97% -
XYZ 58.45 35.73 83.17 -
YUV 161.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 247 104 236 0 0.58 0.04 0.03 304.62 0.9 0.69
Hex F7 68 EC 0 3A 4 3 131 5A 45
Octal 367 150 354 0 72 4 3 461 132 105
Binary 11110111 1101000 11101100 0 111010 100 11 100110001 1011010 1000101

Color Harmonies of #F768EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768EC

Black with #F768EC

Text Example


Text Example

White with #F768EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768EC; }

 p { color: rgb(247,104,236); }

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

background-color css

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

 a { background-color: rgb(247,104,236); }

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

border-color css

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

 span { border-color: rgb(247,104,236); }

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