Html Css Color HEX #F5686B Froly

📋 copy color: '#F5686B'

red 245 ◦ green 104 ◦ blue 107

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

Shades of Froly #F5686B

Tints of Froly #F5686B

RGB

 RED value IS 245 (96.09% from 255) = 53.73%

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

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

R = 53.73%
G = 22.81%
B = 23.46%

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

#F5686B (or 0xF5686B) is known color: Froly. HEX triplet: F5, 68 and 6B. RGB value is (245,104,107). Sum of RGB (Red+Green+Blue) = 245+104+107=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5686B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5686B is #0A9794. Grayscale: #929292. Windows color (decimal): -694165 or 7039221. OLE color: 7039221.

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

Color convert

RGB 245 104 107 -
CMYK 0 0.58 0.56 0.04
HSL 358.72º 0.88% 0.68% -
HSV(B) 358.72º 0.58% 0.96% -
XYZ 45.26 30.37 17.39 -
YUV 146.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 245 104 107 0 0.58 0.56 0.04 358.72 0.88 0.68
Hex F5 68 6B 0 3A 38 4 167 58 44
Octal 365 150 153 0 72 70 4 547 130 104
Binary 11110101 1101000 1101011 0 111010 111000 100 101100111 1011000 1000100

Color Harmonies of #F5686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5686B

Black with #F5686B

Text Example


Text Example

White with #F5686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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