Html Css Color HEX #F769EA Pink Flamingo

📋 copy color: '#F769EA'

red 247 ◦ green 105 ◦ blue 234

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

Shades of Pink Flamingo #F769EA

Tints of Pink Flamingo #F769EA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.92%

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 42.15%
G = 17.92%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F769EA (or 0xF769EA) is known color: Pink Flamingo. HEX triplet: F7, 69 and EA. RGB value is (247,105,234). Sum of RGB (Red+Green+Blue) = 247+105+234=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F769EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769EA is #089615. Grayscale: #A1A1A1. Windows color (decimal): -562710 or 15362551. OLE color: 15362551.

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

Color convert

RGB 247 105 234 -
CMYK 0 0.57 0.05 0.03
HSL 305.49º 0.9% 0.69% -
HSV(B) 305.49º 0.57% 0.97% -
XYZ 58.26 35.82 81.68 -
YUV 162.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 247 105 234 0 0.57 0.05 0.03 305.49 0.9 0.69
Hex F7 69 EA 0 39 5 3 131 5A 45
Octal 367 151 352 0 71 5 3 461 132 105
Binary 11110111 1101001 11101010 0 111001 101 11 100110001 1011010 1000101

Color Harmonies of #F769EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F769EA

Black with #F769EA

Text Example


Text Example

White with #F769EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F769EA; }

 p { color: rgb(247,105,234); }

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

background-color css

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

 a { background-color: rgb(247,105,234); }

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

border-color css

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

 span { border-color: rgb(247,105,234); }

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