Html Css Color HEX #F6686B Froly

📋 copy color: '#F6686B'

red 246 ◦ green 104 ◦ blue 107

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

Shades of Froly #F6686B

Tints of Froly #F6686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.41%

R = 53.83%
G = 22.76%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6686B (or 0xF6686B) is known color: Froly. HEX triplet: F6, 68 and 6B. RGB value is (246,104,107). Sum of RGB (Red+Green+Blue) = 246+104+107=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F6686B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6686B is #099794. Grayscale: #929292. Windows color (decimal): -628629 or 7039222. OLE color: 7039222.

HSL color Cylindrical-coordinate representation of color #F6686B: hue angle of 358.73º 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 #F6686B is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 104 107 -
CMYK 0 0.58 0.57 0.04
HSL 358.73º 0.89% 0.69% -
HSV(B) 358.73º 0.58% 0.96% -
XYZ 45.61 30.55 17.4 -
YUV 146.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 246 104 107 0 0.58 0.57 0.04 358.73 0.89 0.69
Hex F6 68 6B 0 3A 39 4 167 59 45
Octal 366 150 153 0 72 71 4 547 131 105
Binary 11110110 1101000 1101011 0 111010 111001 100 101100111 1011001 1000101

Color Harmonies of #F6686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6686B

Black with #F6686B

Text Example


Text Example

White with #F6686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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