Html Css Color HEX #F765E7 Pink Flamingo

📋 copy color: '#F765E7'

red 247 ◦ green 101 ◦ blue 231

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

Shades of Pink Flamingo #F765E7

Tints of Pink Flamingo #F765E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.9%

R = 42.66%
G = 17.44%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F765E7 (or 0xF765E7) is known color: Pink Flamingo. HEX triplet: F7, 65 and E7. RGB value is (247,101,231). Sum of RGB (Red+Green+Blue) = 247+101+231=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F765E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F765E7 is #089A18. Grayscale: #9F9F9F. Windows color (decimal): -563737 or 15164919. OLE color: 15164919.

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

Color convert

RGB 247 101 231 -
CMYK 0 0.59 0.06 0.03
HSL 306.58º 0.9% 0.68% -
HSV(B) 306.58º 0.59% 0.97% -
XYZ 57.44 34.85 79.3 -
YUV 159.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 247 101 231 0 0.59 0.06 0.03 306.58 0.9 0.68
Hex F7 65 E7 0 3B 6 3 133 5A 44
Octal 367 145 347 0 73 6 3 463 132 104
Binary 11110111 1100101 11100111 0 111011 110 11 100110011 1011010 1000100

Color Harmonies of #F765E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765E7

Black with #F765E7

Text Example


Text Example

White with #F765E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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