Html Css Color HEX #F0666D Froly

📋 copy color: '#F0666D'

red 240 ◦ green 102 ◦ blue 109

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

Shades of Froly #F0666D

Tints of Froly #F0666D

RGB

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

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

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

R = 53.22%
G = 22.62%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0666D (or 0xF0666D) is known color: Froly. HEX triplet: F0, 66 and 6D. RGB value is (240,102,109). Sum of RGB (Red+Green+Blue) = 240+102+109=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0666D is #0F9992. Grayscale: #909090. Windows color (decimal): -1022355 or 7169776. OLE color: 7169776.

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

Color convert

RGB 240 102 109 -
CMYK 0 0.58 0.55 0.06
HSL 356.96º 0.82% 0.67% -
HSV(B) 356.96º 0.58% 0.94% -
XYZ 43.45 29.13 17.8 -
YUV 144.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 240 102 109 0 0.58 0.55 0.06 356.96 0.82 0.67
Hex F0 66 6D 0 3A 37 6 165 52 43
Octal 360 146 155 0 72 67 6 545 122 103
Binary 11110000 1100110 1101101 0 111010 110111 110 101100101 1010010 1000011

Color Harmonies of #F0666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0666D

Black with #F0666D

Text Example


Text Example

White with #F0666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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