Html Css Color HEX #F5666D Froly

📋 copy color: '#F5666D'

red 245 ◦ green 102 ◦ blue 109

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

Shades of Froly #F5666D

Tints of Froly #F5666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.37%

 BLUE value IS 109 (42.97% from 255) = 23.9%

R = 53.73%
G = 22.37%
B = 23.9%

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

#F5666D (or 0xF5666D) is known color: Froly. HEX triplet: F5, 66 and 6D. RGB value is (245,102,109). Sum of RGB (Red+Green+Blue) = 245+102+109=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5666D is #0A9992. Grayscale: #919191. Windows color (decimal): -694675 or 7169781. OLE color: 7169781.

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

Color convert

RGB 245 102 109 -
CMYK 0 0.58 0.56 0.04
HSL 357.06º 0.88% 0.68% -
HSV(B) 357.06º 0.58% 0.96% -
XYZ 45.17 30.02 17.88 -
YUV 145.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 245 102 109 0 0.58 0.56 0.04 357.06 0.88 0.68
Hex F5 66 6D 0 3A 38 4 165 58 44
Octal 365 146 155 0 72 70 4 545 130 104
Binary 11110101 1100110 1101101 0 111010 111000 100 101100101 1011000 1000100

Color Harmonies of #F5666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5666D

Black with #F5666D

Text Example


Text Example

White with #F5666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5666D; }

 p { color: rgb(245,102,109); }

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

background-color css

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

 a { background-color: rgb(245,102,109); }

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

border-color css

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

 span { border-color: rgb(245,102,109); }

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