Html Css Color HEX #F66AF5 Pink Flamingo

📋 copy color: '#F66AF5'

red 246 ◦ green 106 ◦ blue 245

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

Shades of Pink Flamingo #F66AF5

Tints of Pink Flamingo #F66AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.04%

R = 41.21%
G = 17.76%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F66AF5 (or 0xF66AF5) is known color: Pink Flamingo. HEX triplet: F6, 6A and F5. RGB value is (246,106,245). Sum of RGB (Red+Green+Blue) = 246+106+245=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 106 (41.80% from 255 or 17.76% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F66AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66AF5 is #09950A. Grayscale: #A3A3A3. Windows color (decimal): -627979 or 16083702. OLE color: 16083702.

HSL color Cylindrical-coordinate representation of color #F66AF5: hue angle of 300.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66AF5 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 106 245 -
CMYK 0 0.57 0.00 0.04
HSL 300.43º 0.89% 0.69% -
HSV(B) 300.43º 0.57% 0.96% -
XYZ 59.64 36.49 90.29 -
YUV 163.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 246 106 245 0 0.57 0.00 0.04 300.43 0.89 0.69
Hex F6 6A F5 0 39 0 4 12C 59 45
Octal 366 152 365 0 71 0 4 454 131 105
Binary 11110110 1101010 11110101 0 111001 0 100 100101100 1011001 1000101

Color Harmonies of #F66AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66AF5

Black with #F66AF5

Text Example


Text Example

White with #F66AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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