Html Css Color HEX #F06C6F Froly

📋 copy color: '#F06C6F'

red 240 ◦ green 108 ◦ blue 111

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

Shades of Froly #F06C6F

Tints of Froly #F06C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 52.29%
G = 23.53%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F06C6F (or 0xF06C6F) is known color: Froly. HEX triplet: F0, 6C and 6F. RGB value is (240,108,111). Sum of RGB (Red+Green+Blue) = 240+108+111=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C6F is #0F9390. Grayscale: #939393. Windows color (decimal): -1020817 or 7302384. OLE color: 7302384.

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

Color convert

RGB 240 108 111 -
CMYK 0 0.55 0.54 0.06
HSL 358.64º 0.81% 0.68% -
HSV(B) 358.64º 0.55% 0.94% -
XYZ 44.17 30.4 18.58 -
YUV 147.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 240 108 111 0 0.55 0.54 0.06 358.64 0.81 0.68
Hex F0 6C 6F 0 37 36 6 167 51 44
Octal 360 154 157 0 67 66 6 547 121 104
Binary 11110000 1101100 1101111 0 110111 110110 110 101100111 1010001 1000100

Color Harmonies of #F06C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C6F

Black with #F06C6F

Text Example


Text Example

White with #F06C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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