Html Css Color HEX #F76AFF Pink Flamingo

📋 copy color: '#F76AFF'

red 247 ◦ green 106 ◦ blue 255

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

Shades of Pink Flamingo #F76AFF

Tints of Pink Flamingo #F76AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.43%

 BLUE value IS 255 (100% from 255) = 41.94%

R = 40.63%
G = 17.43%
B = 41.94%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F76AFF (or 0xF76AFF) is known color: Pink Flamingo. HEX triplet: F7, 6A and FF. RGB value is (247,106,255). Sum of RGB (Red+Green+Blue) = 247+106+255=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 106 (41.80% from 255 or 17.43% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #F76AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76AFF is #089500. Grayscale: #A4A4A4. Windows color (decimal): -562433 or 16739063. OLE color: 16739063.

HSL color Cylindrical-coordinate representation of color #F76AFF: hue angle of 296.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F76AFF is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 106 255 -
CMYK 0.03 0.58 0 0
HSL 296.78º 1% 0.71% -
HSV(B) 296.78º 0.58% 1% -
XYZ 61.56 37.3 98.56 -
YUV 165.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 247 106 255 0.03 0.58 0 0 296.78 1 0.71
Hex F7 6A FF 3 3A 0 0 129 64 47
Octal 367 152 377 3 72 0 0 451 144 107
Binary 11110111 1101010 11111111 11 111010 0 0 100101001 1100100 1000111

Color Harmonies of #F76AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76AFF

Black with #F76AFF

Text Example


Text Example

White with #F76AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76AFF; }

 p { color: rgb(247,106,255); }

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

background-color css

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

 a { background-color: rgb(247,106,255); }

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

border-color css

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

 span { border-color: rgb(247,106,255); }

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