Html Css Color HEX #F0696F Froly

📋 copy color: '#F0696F'

red 240 ◦ green 105 ◦ blue 111

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

Shades of Froly #F0696F

Tints of Froly #F0696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.03%

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

R = 52.63%
G = 23.03%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0696F (or 0xF0696F) is known color: Froly. HEX triplet: F0, 69 and 6F. RGB value is (240,105,111). Sum of RGB (Red+Green+Blue) = 240+105+111=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0696F is #0F9690. Grayscale: #929292. Windows color (decimal): -1021585 or 7301616. OLE color: 7301616.

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

Color convert

RGB 240 105 111 -
CMYK 0 0.56 0.54 0.06
HSL 357.33º 0.82% 0.68% -
HSV(B) 357.33º 0.56% 0.94% -
XYZ 43.86 29.78 18.47 -
YUV 146.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 240 105 111 0 0.56 0.54 0.06 357.33 0.82 0.68
Hex F0 69 6F 0 38 36 6 165 52 44
Octal 360 151 157 0 70 66 6 545 122 104
Binary 11110000 1101001 1101111 0 111000 110110 110 101100101 1010010 1000100

Color Harmonies of #F0696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0696F

Black with #F0696F

Text Example


Text Example

White with #F0696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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