Html Css Color HEX #F76AFE Pink Flamingo

📋 copy color: '#F76AFE'

red 247 ◦ green 106 ◦ blue 254

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

Shades of Pink Flamingo #F76AFE

Tints of Pink Flamingo #F76AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.85%

R = 40.69%
G = 17.46%
B = 41.85%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F76AFE (or 0xF76AFE) is known color: Pink Flamingo. HEX triplet: F7, 6A and FE. RGB value is (247,106,254). Sum of RGB (Red+Green+Blue) = 247+106+254=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 106 (41.80% from 255 or 17.46% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #F76AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76AFE is #089501. Grayscale: #A4A4A4. Windows color (decimal): -562434 or 16673527. OLE color: 16673527.

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

Color convert

RGB 247 106 254 -
CMYK 0.03 0.58 0 0.00
HSL 297.16º 0.99% 0.71% -
HSV(B) 297.16º 0.58% 1% -
XYZ 61.4 37.24 97.72 -
YUV 165.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 247 106 254 0.03 0.58 0 0.00 297.16 0.99 0.71
Hex F7 6A FE 3 3A 0 0 129 63 47
Octal 367 152 376 3 72 0 0 451 143 107
Binary 11110111 1101010 11111110 11 111010 0 0 100101001 1100011 1000111

Color Harmonies of #F76AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76AFE

Black with #F76AFE

Text Example


Text Example

White with #F76AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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