Html Css Color HEX #F760EC Pink Flamingo

📋 copy color: '#F760EC'

red 247 ◦ green 96 ◦ blue 236

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

Shades of Pink Flamingo #F760EC

Tints of Pink Flamingo #F760EC

RGB

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

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

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

R = 42.66%
G = 16.58%
B = 40.76%

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

#F760EC (or 0xF760EC) is known color: Pink Flamingo. HEX triplet: F7, 60 and EC. RGB value is (247,96,236). Sum of RGB (Red+Green+Blue) = 247+96+236=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 96 (37.89% from 255 or 16.58% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F760EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F760EC is #089F13. Grayscale: #9C9C9C. Windows color (decimal): -565012 or 15491319. OLE color: 15491319.

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

Color convert

RGB 247 96 236 -
CMYK 0 0.61 0.04 0.03
HSL 304.37º 0.9% 0.67% -
HSV(B) 304.37º 0.61% 0.97% -
XYZ 57.68 34.2 82.92 -
YUV 157.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 247 96 236 0 0.61 0.04 0.03 304.37 0.9 0.67
Hex F7 60 EC 0 3D 4 3 130 5A 43
Octal 367 140 354 0 75 4 3 460 132 103
Binary 11110111 1100000 11101100 0 111101 100 11 100110000 1011010 1000011

Color Harmonies of #F760EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760EC

Black with #F760EC

Text Example


Text Example

White with #F760EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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