Html Css Color HEX #F16AF2 Pink Flamingo

📋 copy color: '#F16AF2'

red 241 ◦ green 106 ◦ blue 242

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

Shades of Pink Flamingo #F16AF2

Tints of Pink Flamingo #F16AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.09%

R = 40.92%
G = 18%
B = 41.09%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F16AF2 (or 0xF16AF2) is known color: Pink Flamingo. HEX triplet: F1, 6A and F2. RGB value is (241,106,242). Sum of RGB (Red+Green+Blue) = 241+106+242=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 106 (41.80% from 255 or 18.00% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #F16AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16AF2 is #0E950D. Grayscale: #A1A1A1. Windows color (decimal): -955662 or 15887089. OLE color: 15887089.

HSL color Cylindrical-coordinate representation of color #F16AF2: hue angle of 299.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16AF2 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 106 242 -
CMYK 0.00 0.56 0 0.05
HSL 299.56º 0.84% 0.68% -
HSV(B) 299.56º 0.56% 0.95% -
XYZ 57.46 35.42 87.81 -
YUV 161.87 173.23 184.44 -
System Red Green Blue C M Y K H S L
Decimal 241 106 242 0.00 0.56 0 0.05 299.56 0.84 0.68
Hex F1 6A F2 0 38 0 5 12C 54 44
Octal 361 152 362 0 70 0 5 454 124 104
Binary 11110001 1101010 11110010 0 111000 0 101 100101100 1010100 1000100

Color Harmonies of #F16AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16AF2

Black with #F16AF2

Text Example


Text Example

White with #F16AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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