Html Css Color HEX #F168FE Pink Flamingo

📋 copy color: '#F168FE'

red 241 ◦ green 104 ◦ blue 254

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

Shades of Pink Flamingo #F168FE

Tints of Pink Flamingo #F168FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.36%

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

R = 40.23%
G = 17.36%
B = 42.4%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F168FE (or 0xF168FE) is known color: Pink Flamingo. HEX triplet: F1, 68 and FE. RGB value is (241,104,254). Sum of RGB (Red+Green+Blue) = 241+104+254=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 104 (41.02% from 255 or 17.36% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #F168FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168FE is #0E9701. Grayscale: #A1A1A1. Windows color (decimal): -956162 or 16673009. OLE color: 16673009.

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

Color convert

RGB 241 104 254 -
CMYK 0.05 0.59 0 0.00
HSL 294.8º 0.99% 0.7% -
HSV(B) 294.8º 0.59% 1% -
XYZ 59.12 35.76 97.55 -
YUV 162.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 241 104 254 0.05 0.59 0 0.00 294.8 0.99 0.7
Hex F1 68 FE 5 3B 0 0 127 63 46
Octal 361 150 376 5 73 0 0 447 143 106
Binary 11110001 1101000 11111110 101 111011 0 0 100100111 1100011 1000110

Color Harmonies of #F168FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168FE

Black with #F168FE

Text Example


Text Example

White with #F168FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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