Html Css Color HEX #F166FD Pink Flamingo

📋 copy color: '#F166FD'

red 241 ◦ green 102 ◦ blue 253

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

Shades of Pink Flamingo #F166FD

Tints of Pink Flamingo #F166FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.45%

R = 40.44%
G = 17.11%
B = 42.45%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F166FD (or 0xF166FD) is known color: Pink Flamingo. HEX triplet: F1, 66 and FD. RGB value is (241,102,253). Sum of RGB (Red+Green+Blue) = 241+102+253=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 102 (40.23% from 255 or 17.11% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #F166FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166FD is #0E9902. Grayscale: #A0A0A0. Windows color (decimal): -956675 or 16606961. OLE color: 16606961.

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

Color convert

RGB 241 102 253 -
CMYK 0.05 0.60 0 0.01
HSL 295.23º 0.97% 0.7% -
HSV(B) 295.23º 0.6% 0.99% -
XYZ 58.76 35.3 96.64 -
YUV 160.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 241 102 253 0.05 0.60 0 0.01 295.23 0.97 0.7
Hex F1 66 FD 5 3C 0 1 127 61 46
Octal 361 146 375 5 74 0 1 447 141 106
Binary 11110001 1100110 11111101 101 111100 0 1 100100111 1100001 1000110

Color Harmonies of #F166FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166FD

Black with #F166FD

Text Example


Text Example

White with #F166FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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