Html Css Color HEX #F166FE Pink Flamingo

📋 copy color: '#F166FE'

red 241 ◦ green 102 ◦ blue 254

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

Shades of Pink Flamingo #F166FE

Tints of Pink Flamingo #F166FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.09%

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

R = 40.37%
G = 17.09%
B = 42.55%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F166FE (or 0xF166FE) is known color: Pink Flamingo. HEX triplet: F1, 66 and FE. RGB value is (241,102,254). Sum of RGB (Red+Green+Blue) = 241+102+254=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 102 (40.23% from 255 or 17.09% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #F166FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166FE is #0E9901. Grayscale: #A0A0A0. Windows color (decimal): -956674 or 16672497. OLE color: 16672497.

HSL color Cylindrical-coordinate representation of color #F166FE: hue angle of 294.87º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F166FE is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 102 254 -
CMYK 0.05 0.60 0 0.00
HSL 294.87º 0.99% 0.7% -
HSV(B) 294.87º 0.6% 1% -
XYZ 58.92 35.36 97.49 -
YUV 160.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 241 102 254 0.05 0.60 0 0.00 294.87 0.99 0.7
Hex F1 66 FE 5 3C 0 0 127 63 46
Octal 361 146 376 5 74 0 0 447 143 106
Binary 11110001 1100110 11111110 101 111100 0 0 100100111 1100011 1000110

Color Harmonies of #F166FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166FE

Black with #F166FE

Text Example


Text Example

White with #F166FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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