Html Css Color HEX #F16AF7 Pink Flamingo

📋 copy color: '#F16AF7'

red 241 ◦ green 106 ◦ blue 247

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

Shades of Pink Flamingo #F16AF7

Tints of Pink Flamingo #F16AF7

RGB

 RED value IS 241 (94.53% from 255) = 40.57%

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

 BLUE value IS 247 (96.88% from 255) = 41.58%

R = 40.57%
G = 17.85%
B = 41.58%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F16AF7 (or 0xF16AF7) is known color: Pink Flamingo. HEX triplet: F1, 6A and F7. RGB value is (241,106,247). Sum of RGB (Red+Green+Blue) = 241+106+247=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 106 (41.80% from 255 or 17.85% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #F16AF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16AF7 is #0E9508. Grayscale: #A2A2A2. Windows color (decimal): -955657 or 16214769. OLE color: 16214769.

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

Color convert

RGB 241 106 247 -
CMYK 0.02 0.57 0 0.03
HSL 297.45º 0.9% 0.69% -
HSV(B) 297.45º 0.57% 0.97% -
XYZ 58.22 35.72 91.82 -
YUV 162.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 241 106 247 0.02 0.57 0 0.03 297.45 0.9 0.69
Hex F1 6A F7 2 39 0 3 129 5A 45
Octal 361 152 367 2 71 0 3 451 132 105
Binary 11110001 1101010 11110111 10 111001 0 11 100101001 1011010 1000101

Color Harmonies of #F16AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16AF7

Black with #F16AF7

Text Example


Text Example

White with #F16AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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