Html Css Color HEX #F765EF Pink Flamingo

📋 copy color: '#F765EF'

red 247 ◦ green 101 ◦ blue 239

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

Shades of Pink Flamingo #F765EF

Tints of Pink Flamingo #F765EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.21%

 BLUE value IS 239 (93.75% from 255) = 40.72%

R = 42.08%
G = 17.21%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F765EF (or 0xF765EF) is known color: Pink Flamingo. HEX triplet: F7, 65 and EF. RGB value is (247,101,239). Sum of RGB (Red+Green+Blue) = 247+101+239=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 101 (39.84% from 255 or 17.21% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F765EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F765EF is #089A10. Grayscale: #9F9F9F. Windows color (decimal): -563729 or 15689207. OLE color: 15689207.

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

Color convert

RGB 247 101 239 -
CMYK 0 0.59 0.03 0.03
HSL 303.29º 0.9% 0.68% -
HSV(B) 303.29º 0.59% 0.97% -
XYZ 58.59 35.31 85.39 -
YUV 160.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 247 101 239 0 0.59 0.03 0.03 303.29 0.9 0.68
Hex F7 65 EF 0 3B 3 3 12F 5A 44
Octal 367 145 357 0 73 3 3 457 132 104
Binary 11110111 1100101 11101111 0 111011 11 11 100101111 1011010 1000100

Color Harmonies of #F765EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765EF

Black with #F765EF

Text Example


Text Example

White with #F765EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765EF; }

 p { color: rgb(247,101,239); }

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

background-color css

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

 a { background-color: rgb(247,101,239); }

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

border-color css

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

 span { border-color: rgb(247,101,239); }

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