Html Css Color HEX #F5666E Froly

📋 copy color: '#F5666E'

red 245 ◦ green 102 ◦ blue 110

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

Shades of Froly #F5666E

Tints of Froly #F5666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.07%

R = 53.61%
G = 22.32%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5666E (or 0xF5666E) is known color: Froly. HEX triplet: F5, 66 and 6E. RGB value is (245,102,110). Sum of RGB (Red+Green+Blue) = 245+102+110=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5666E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5666E is #0A9991. Grayscale: #919191. Windows color (decimal): -694674 or 7235317. OLE color: 7235317.

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

Color convert

RGB 245 102 110 -
CMYK 0 0.58 0.55 0.04
HSL 356.64º 0.88% 0.68% -
HSV(B) 356.64º 0.58% 0.96% -
XYZ 45.22 30.04 18.17 -
YUV 145.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 245 102 110 0 0.58 0.55 0.04 356.64 0.88 0.68
Hex F5 66 6E 0 3A 37 4 165 58 44
Octal 365 146 156 0 72 67 4 545 130 104
Binary 11110101 1100110 1101110 0 111010 110111 100 101100101 1011000 1000100

Color Harmonies of #F5666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5666E

Black with #F5666E

Text Example


Text Example

White with #F5666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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