Html Css Color HEX #F166FC Pink Flamingo

📋 copy color: '#F166FC'

red 241 ◦ green 102 ◦ blue 252

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

Shades of Pink Flamingo #F166FC

Tints of Pink Flamingo #F166FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.35%

R = 40.5%
G = 17.14%
B = 42.35%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F166FC (or 0xF166FC) is known color: Pink Flamingo. HEX triplet: F1, 66 and FC. RGB value is (241,102,252). Sum of RGB (Red+Green+Blue) = 241+102+252=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 102 (40.23% from 255 or 17.14% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #F166FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166FC is #0E9903. Grayscale: #A0A0A0. Windows color (decimal): -956676 or 16541425. OLE color: 16541425.

HSL color Cylindrical-coordinate representation of color #F166FC: hue angle of 295.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F166FC is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 102 252 -
CMYK 0.04 0.60 0 0.01
HSL 295.6º 0.96% 0.69% -
HSV(B) 295.6º 0.6% 0.99% -
XYZ 58.6 35.23 95.81 -
YUV 160.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 241 102 252 0.04 0.60 0 0.01 295.6 0.96 0.69
Hex F1 66 FC 4 3C 0 1 128 60 45
Octal 361 146 374 4 74 0 1 450 140 105
Binary 11110001 1100110 11111100 100 111100 0 1 100101000 1100000 1000101

Color Harmonies of #F166FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166FC

Black with #F166FC

Text Example


Text Example

White with #F166FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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