Html Css Color HEX #F668FE Pink Flamingo

📋 copy color: '#F668FE'

red 246 ◦ green 104 ◦ blue 254

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

Shades of Pink Flamingo #F668FE

Tints of Pink Flamingo #F668FE

RGB

 RED value IS 246 (96.48% from 255) = 40.73%

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

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

R = 40.73%
G = 17.22%
B = 42.05%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F668FE (or 0xF668FE) is known color: Pink Flamingo. HEX triplet: F6, 68 and FE. RGB value is (246,104,254). Sum of RGB (Red+Green+Blue) = 246+104+254=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 104 (41.02% from 255 or 17.22% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #F668FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F668FE is #099701. Grayscale: #A3A3A3. Windows color (decimal): -628482 or 16673014. OLE color: 16673014.

HSL color Cylindrical-coordinate representation of color #F668FE: hue angle of 296.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 #F668FE is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 104 254 -
CMYK 0.03 0.59 0 0.00
HSL 296.8º 0.99% 0.7% -
HSV(B) 296.8º 0.59% 1% -
XYZ 60.85 36.65 97.63 -
YUV 163.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 246 104 254 0.03 0.59 0 0.00 296.8 0.99 0.7
Hex F6 68 FE 3 3B 0 0 129 63 46
Octal 366 150 376 3 73 0 0 451 143 106
Binary 11110110 1101000 11111110 11 111011 0 0 100101001 1100011 1000110

Color Harmonies of #F668FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F668FE

Black with #F668FE

Text Example


Text Example

White with #F668FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F668FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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