Html Css Color HEX #F66AFF Pink Flamingo

📋 copy color: '#F66AFF'

red 246 ◦ green 106 ◦ blue 255

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

Shades of Pink Flamingo #F66AFF

Tints of Pink Flamingo #F66AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.46%

 BLUE value IS 255 (100% from 255) = 42.01%

R = 40.53%
G = 17.46%
B = 42.01%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F66AFF (or 0xF66AFF) is known color: Pink Flamingo. HEX triplet: F6, 6A and FF. RGB value is (246,106,255). Sum of RGB (Red+Green+Blue) = 246+106+255=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 106 (41.80% from 255 or 17.46% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #F66AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66AFF is #099500. Grayscale: #A4A4A4. Windows color (decimal): -627969 or 16739062. OLE color: 16739062.

HSL color Cylindrical-coordinate representation of color #F66AFF: hue angle of 296.38º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F66AFF is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 106 255 -
CMYK 0.04 0.58 0 0
HSL 296.38º 1% 0.71% -
HSV(B) 296.38º 0.58% 1% -
XYZ 61.21 37.12 98.55 -
YUV 164.85 178.88 185.88 -
System Red Green Blue C M Y K H S L
Decimal 246 106 255 0.04 0.58 0 0 296.38 1 0.71
Hex F6 6A FF 4 3A 0 0 128 64 47
Octal 366 152 377 4 72 0 0 450 144 107
Binary 11110110 1101010 11111111 100 111010 0 0 100101000 1100100 1000111

Color Harmonies of #F66AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66AFF

Black with #F66AFF

Text Example


Text Example

White with #F66AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66AFF; }

 p { color: rgb(246,106,255); }

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

background-color css

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

 a { background-color: rgb(246,106,255); }

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

border-color css

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

 span { border-color: rgb(246,106,255); }

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