Html Css Color HEX #F756EE Pink Flamingo

📋 copy color: '#F756EE'

red 247 ◦ green 86 ◦ blue 238

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

Shades of Pink Flamingo #F756EE

Tints of Pink Flamingo #F756EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.06%

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 43.26%
G = 15.06%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F756EE (or 0xF756EE) is known color: Pink Flamingo. HEX triplet: F7, 56 and EE. RGB value is (247,86,238). Sum of RGB (Red+Green+Blue) = 247+86+238=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 86 (33.98% from 255 or 15.06% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F756EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F756EE is #08A911. Grayscale: #979797. Windows color (decimal): -567570 or 15619831. OLE color: 15619831.

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

Color convert

RGB 247 86 238 -
CMYK 0 0.65 0.04 0.03
HSL 303.35º 0.91% 0.65% -
HSV(B) 303.35º 0.65% 0.97% -
XYZ 57.12 32.6 84.17 -
YUV 151.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 247 86 238 0 0.65 0.04 0.03 303.35 0.91 0.65
Hex F7 56 EE 0 41 4 3 12F 5B 41
Octal 367 126 356 0 101 4 3 457 133 101
Binary 11110111 1010110 11101110 0 1000001 100 11 100101111 1011011 1000001

Color Harmonies of #F756EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F756EE

Black with #F756EE

Text Example


Text Example

White with #F756EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F756EE; }

 p { color: rgb(247,86,238); }

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

background-color css

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

 a { background-color: rgb(247,86,238); }

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

border-color css

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

 span { border-color: rgb(247,86,238); }

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