Html Css Color HEX #F768ED Pink Flamingo

📋 copy color: '#F768ED'

red 247 ◦ green 104 ◦ blue 237

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

Shades of Pink Flamingo #F768ED

Tints of Pink Flamingo #F768ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 42.01%
G = 17.69%
B = 40.31%

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

#F768ED (or 0xF768ED) is known color: Pink Flamingo. HEX triplet: F7, 68 and ED. RGB value is (247,104,237). Sum of RGB (Red+Green+Blue) = 247+104+237=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 104 (41.02% from 255 or 17.69% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F768ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F768ED is #089712. Grayscale: #A1A1A1. Windows color (decimal): -562963 or 15558903. OLE color: 15558903.

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

Color convert

RGB 247 104 237 -
CMYK 0 0.58 0.04 0.03
HSL 304.2º 0.9% 0.69% -
HSV(B) 304.2º 0.58% 0.97% -
XYZ 58.59 35.79 83.94 -
YUV 161.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 247 104 237 0 0.58 0.04 0.03 304.2 0.9 0.69
Hex F7 68 ED 0 3A 4 3 130 5A 45
Octal 367 150 355 0 72 4 3 460 132 105
Binary 11110111 1101000 11101101 0 111010 100 11 100110000 1011010 1000101

Color Harmonies of #F768ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768ED

Black with #F768ED

Text Example


Text Example

White with #F768ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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