Html Css Color HEX #F6696B Froly

📋 copy color: '#F6696B'

red 246 ◦ green 105 ◦ blue 107

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

Shades of Froly #F6696B

Tints of Froly #F6696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.93%

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

R = 53.71%
G = 22.93%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6696B (or 0xF6696B) is known color: Froly. HEX triplet: F6, 69 and 6B. RGB value is (246,105,107). Sum of RGB (Red+Green+Blue) = 246+105+107=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6696B is #099694. Grayscale: #939393. Windows color (decimal): -628373 or 7039478. OLE color: 7039478.

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

Color convert

RGB 246 105 107 -
CMYK 0 0.57 0.57 0.04
HSL 359.15º 0.89% 0.69% -
HSV(B) 359.15º 0.57% 0.96% -
XYZ 45.71 30.76 17.44 -
YUV 147.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 246 105 107 0 0.57 0.57 0.04 359.15 0.89 0.69
Hex F6 69 6B 0 39 39 4 167 59 45
Octal 366 151 153 0 71 71 4 547 131 105
Binary 11110110 1101001 1101011 0 111001 111001 100 101100111 1011001 1000101

Color Harmonies of #F6696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6696B

Black with #F6696B

Text Example


Text Example

White with #F6696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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