Html Css Color HEX #F765ED Pink Flamingo

📋 copy color: '#F765ED'

red 247 ◦ green 101 ◦ blue 237

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

Shades of Pink Flamingo #F765ED

Tints of Pink Flamingo #F765ED

RGB

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

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

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

R = 42.22%
G = 17.26%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F765ED (or 0xF765ED) is known color: Pink Flamingo. HEX triplet: F7, 65 and ED. RGB value is (247,101,237). Sum of RGB (Red+Green+Blue) = 247+101+237=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F765ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F765ED is #089A12. Grayscale: #9F9F9F. Windows color (decimal): -563731 or 15558135. OLE color: 15558135.

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

Color convert

RGB 247 101 237 -
CMYK 0 0.59 0.04 0.03
HSL 304.11º 0.9% 0.68% -
HSV(B) 304.11º 0.59% 0.97% -
XYZ 58.3 35.2 83.84 -
YUV 160.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 247 101 237 0 0.59 0.04 0.03 304.11 0.9 0.68
Hex F7 65 ED 0 3B 4 3 130 5A 44
Octal 367 145 355 0 73 4 3 460 132 104
Binary 11110111 1100101 11101101 0 111011 100 11 100110000 1011010 1000100

Color Harmonies of #F765ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765ED

Black with #F765ED

Text Example


Text Example

White with #F765ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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