Html Css Color HEX #F0686F Froly

📋 copy color: '#F0686F'

red 240 ◦ green 104 ◦ blue 111

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

Shades of Froly #F0686F

Tints of Froly #F0686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.86%

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

R = 52.75%
G = 22.86%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0686F (or 0xF0686F) is known color: Froly. HEX triplet: F0, 68 and 6F. RGB value is (240,104,111). Sum of RGB (Red+Green+Blue) = 240+104+111=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0686F is #0F9790. Grayscale: #919191. Windows color (decimal): -1021841 or 7301360. OLE color: 7301360.

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

Color convert

RGB 240 104 111 -
CMYK 0 0.57 0.54 0.06
HSL 356.91º 0.82% 0.67% -
HSV(B) 356.91º 0.57% 0.94% -
XYZ 43.75 29.57 18.44 -
YUV 145.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 240 104 111 0 0.57 0.54 0.06 356.91 0.82 0.67
Hex F0 68 6F 0 39 36 6 165 52 43
Octal 360 150 157 0 71 66 6 545 122 103
Binary 11110000 1101000 1101111 0 111001 110110 110 101100101 1010010 1000011

Color Harmonies of #F0686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0686F

Black with #F0686F

Text Example


Text Example

White with #F0686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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