Html Css Color HEX #F6686C Froly

📋 copy color: '#F6686C'

red 246 ◦ green 104 ◦ blue 108

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

Shades of Froly #F6686C

Tints of Froly #F6686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.58%

R = 53.71%
G = 22.71%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6686C (or 0xF6686C) is known color: Froly. HEX triplet: F6, 68 and 6C. RGB value is (246,104,108). Sum of RGB (Red+Green+Blue) = 246+104+108=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6686C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6686C is #099793. Grayscale: #939393. Windows color (decimal): -628628 or 7104758. OLE color: 7104758.

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

Color convert

RGB 246 104 108 -
CMYK 0 0.58 0.56 0.04
HSL 358.31º 0.89% 0.69% -
HSV(B) 358.31º 0.58% 0.96% -
XYZ 45.66 30.58 17.68 -
YUV 146.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 246 104 108 0 0.58 0.56 0.04 358.31 0.89 0.69
Hex F6 68 6C 0 3A 38 4 166 59 45
Octal 366 150 154 0 72 70 4 546 131 105
Binary 11110110 1101000 1101100 0 111010 111000 100 101100110 1011001 1000101

Color Harmonies of #F6686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6686C

Black with #F6686C

Text Example


Text Example

White with #F6686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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