Html Css Color HEX #F76AF6 Pink Flamingo

📋 copy color: '#F76AF6'

red 247 ◦ green 106 ◦ blue 246

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

Shades of Pink Flamingo #F76AF6

Tints of Pink Flamingo #F76AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.07%

R = 41.24%
G = 17.7%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F76AF6 (or 0xF76AF6) is known color: Pink Flamingo. HEX triplet: F7, 6A and F6. RGB value is (247,106,246). Sum of RGB (Red+Green+Blue) = 247+106+246=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 106 (41.80% from 255 or 17.70% from 599); Blue value is 246 (96.48% from 255 or 41.07% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76AF6 is #089509. Grayscale: #A3A3A3. Windows color (decimal): -562442 or 16149239. OLE color: 16149239.

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

Color convert

RGB 247 106 246 -
CMYK 0 0.57 0.00 0.03
HSL 300.43º 0.9% 0.69% -
HSV(B) 300.43º 0.57% 0.97% -
XYZ 60.15 36.74 91.11 -
YUV 164.12 174.21 187.12 -
System Red Green Blue C M Y K H S L
Decimal 247 106 246 0 0.57 0.00 0.03 300.43 0.9 0.69
Hex F7 6A F6 0 39 0 3 12C 5A 45
Octal 367 152 366 0 71 0 3 454 132 105
Binary 11110111 1101010 11110110 0 111001 0 11 100101100 1011010 1000101

Color Harmonies of #F76AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76AF6

Black with #F76AF6

Text Example


Text Example

White with #F76AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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