Html Css Color HEX #F0676D Froly

📋 copy color: '#F0676D'

red 240 ◦ green 103 ◦ blue 109

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

Shades of Froly #F0676D

Tints of Froly #F0676D

RGB

 RED value IS 240 (94.14% from 255) = 53.1%

 GREEN value IS 103 (40.63% from 255) = 22.79%

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

R = 53.1%
G = 22.79%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0676D (or 0xF0676D) is known color: Froly. HEX triplet: F0, 67 and 6D. RGB value is (240,103,109). Sum of RGB (Red+Green+Blue) = 240+103+109=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0676D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0676D is #0F9892. Grayscale: #909090. Windows color (decimal): -1022099 or 7170032. OLE color: 7170032.

HSL color Cylindrical-coordinate representation of color #F0676D: hue angle of 357.37º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0676D is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 109 -
CMYK 0 0.57 0.55 0.06
HSL 357.37º 0.82% 0.67% -
HSV(B) 357.37º 0.57% 0.94% -
XYZ 43.55 29.33 17.83 -
YUV 144.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 240 103 109 0 0.57 0.55 0.06 357.37 0.82 0.67
Hex F0 67 6D 0 39 37 6 165 52 43
Octal 360 147 155 0 71 67 6 545 122 103
Binary 11110000 1100111 1101101 0 111001 110111 110 101100101 1010010 1000011

Color Harmonies of #F0676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0676D

Black with #F0676D

Text Example


Text Example

White with #F0676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0676D; }

 p { color: rgb(240,103,109); }

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

background-color css

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

 a { background-color: rgb(240,103,109); }

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

border-color css

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

 span { border-color: rgb(240,103,109); }

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