Html Css Color HEX #F06C6D Froly

📋 copy color: '#F06C6D'

red 240 ◦ green 108 ◦ blue 109

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

Shades of Froly #F06C6D

Tints of Froly #F06C6D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.63%

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

R = 52.52%
G = 23.63%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F06C6D (or 0xF06C6D) is known color: Froly. HEX triplet: F0, 6C and 6D. RGB value is (240,108,109). Sum of RGB (Red+Green+Blue) = 240+108+109=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C6D is #0F9392. Grayscale: #939393. Windows color (decimal): -1020819 or 7171312. OLE color: 7171312.

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

Color convert

RGB 240 108 109 -
CMYK 0 0.55 0.55 0.06
HSL 359.55º 0.81% 0.68% -
HSV(B) 359.55º 0.55% 0.94% -
XYZ 44.06 30.35 18 -
YUV 147.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 240 108 109 0 0.55 0.55 0.06 359.55 0.81 0.68
Hex F0 6C 6D 0 37 37 6 168 51 44
Octal 360 154 155 0 67 67 6 550 121 104
Binary 11110000 1101100 1101101 0 110111 110111 110 101101000 1010001 1000100

Color Harmonies of #F06C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C6D

Black with #F06C6D

Text Example


Text Example

White with #F06C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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