Html Css Color HEX #F764E8 Pink Flamingo

📋 copy color: '#F764E8'

red 247 ◦ green 100 ◦ blue 232

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

Shades of Pink Flamingo #F764E8

Tints of Pink Flamingo #F764E8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.27%

 BLUE value IS 232 (91.02% from 255) = 40.07%

R = 42.66%
G = 17.27%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F764E8 (or 0xF764E8) is known color: Pink Flamingo. HEX triplet: F7, 64 and E8. RGB value is (247,100,232). Sum of RGB (Red+Green+Blue) = 247+100+232=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F764E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F764E8 is #089B17. Grayscale: #9E9E9E. Windows color (decimal): -563992 or 15230199. OLE color: 15230199.

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

Color convert

RGB 247 100 232 -
CMYK 0 0.60 0.06 0.03
HSL 306.12º 0.9% 0.68% -
HSV(B) 306.12º 0.6% 0.97% -
XYZ 57.48 34.71 80.01 -
YUV 159 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 247 100 232 0 0.60 0.06 0.03 306.12 0.9 0.68
Hex F7 64 E8 0 3C 6 3 132 5A 44
Octal 367 144 350 0 74 6 3 462 132 104
Binary 11110111 1100100 11101000 0 111100 110 11 100110010 1011010 1000100

Color Harmonies of #F764E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764E8

Black with #F764E8

Text Example


Text Example

White with #F764E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764E8; }

 p { color: rgb(247,100,232); }

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

background-color css

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

 a { background-color: rgb(247,100,232); }

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

border-color css

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

 span { border-color: rgb(247,100,232); }

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