Html Css Color HEX #F164FE Pink Flamingo

📋 copy color: '#F164FE'

red 241 ◦ green 100 ◦ blue 254

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

Shades of Pink Flamingo #F164FE

Tints of Pink Flamingo #F164FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 16.81%

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

R = 40.5%
G = 16.81%
B = 42.69%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F164FE (or 0xF164FE) is known color: Pink Flamingo. HEX triplet: F1, 64 and FE. RGB value is (241,100,254). Sum of RGB (Red+Green+Blue) = 241+100+254=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 100 (39.45% from 255 or 16.81% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #F164FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164FE is #0E9B01. Grayscale: #9F9F9F. Windows color (decimal): -957186 or 16671985. OLE color: 16671985.

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

Color convert

RGB 241 100 254 -
CMYK 0.05 0.61 0 0.00
HSL 294.94º 0.99% 0.69% -
HSV(B) 294.94º 0.61% 1% -
XYZ 58.72 34.97 97.42 -
YUV 159.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 241 100 254 0.05 0.61 0 0.00 294.94 0.99 0.69
Hex F1 64 FE 5 3D 0 0 127 63 45
Octal 361 144 376 5 75 0 0 447 143 105
Binary 11110001 1100100 11111110 101 111101 0 0 100100111 1100011 1000101

Color Harmonies of #F164FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164FE

Black with #F164FE

Text Example


Text Example

White with #F164FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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