Html Css Color HEX #F16AFE Pink Flamingo

📋 copy color: '#F16AFE'

red 241 ◦ green 106 ◦ blue 254

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

Shades of Pink Flamingo #F16AFE

Tints of Pink Flamingo #F16AFE

RGB

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

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

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

R = 40.1%
G = 17.64%
B = 42.26%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F16AFE (or 0xF16AFE) is known color: Pink Flamingo. HEX triplet: F1, 6A and FE. RGB value is (241,106,254). Sum of RGB (Red+Green+Blue) = 241+106+254=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 106 (41.80% from 255 or 17.64% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #F16AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16AFE is #0E9501. Grayscale: #A2A2A2. Windows color (decimal): -955650 or 16673521. OLE color: 16673521.

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

Color convert

RGB 241 106 254 -
CMYK 0.05 0.58 0 0.00
HSL 294.73º 0.99% 0.71% -
HSV(B) 294.73º 0.58% 1% -
XYZ 59.32 36.16 97.62 -
YUV 163.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 241 106 254 0.05 0.58 0 0.00 294.73 0.99 0.71
Hex F1 6A FE 5 3A 0 0 127 63 47
Octal 361 152 376 5 72 0 0 447 143 107
Binary 11110001 1101010 11111110 101 111010 0 0 100100111 1100011 1000111

Color Harmonies of #F16AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16AFE

Black with #F16AFE

Text Example


Text Example

White with #F16AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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