Html Css Color HEX #F6696C Froly

📋 copy color: '#F6696C'

red 246 ◦ green 105 ◦ blue 108

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

Shades of Froly #F6696C

Tints of Froly #F6696C

RGB

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

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

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

R = 53.59%
G = 22.88%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6696C (or 0xF6696C) is known color: Froly. HEX triplet: F6, 69 and 6C. RGB value is (246,105,108). Sum of RGB (Red+Green+Blue) = 246+105+108=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F6696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6696C is #099693. Grayscale: #939393. Windows color (decimal): -628372 or 7105014. OLE color: 7105014.

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

Color convert

RGB 246 105 108 -
CMYK 0 0.57 0.56 0.04
HSL 358.72º 0.89% 0.69% -
HSV(B) 358.72º 0.57% 0.96% -
XYZ 45.76 30.78 17.72 -
YUV 147.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 246 105 108 0 0.57 0.56 0.04 358.72 0.89 0.69
Hex F6 69 6C 0 39 38 4 167 59 45
Octal 366 151 154 0 71 70 4 547 131 105
Binary 11110110 1101001 1101100 0 111001 111000 100 101100111 1011001 1000101

Color Harmonies of #F6696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6696C

Black with #F6696C

Text Example


Text Example

White with #F6696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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