Html Css Color HEX #F0686B Froly

📋 copy color: '#F0686B'

red 240 ◦ green 104 ◦ blue 107

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

Shades of Froly #F0686B

Tints of Froly #F0686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.73%

R = 53.22%
G = 23.06%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0686B (or 0xF0686B) is known color: Froly. HEX triplet: F0, 68 and 6B. RGB value is (240,104,107). Sum of RGB (Red+Green+Blue) = 240+104+107=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0686B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0686B is #0F9794. Grayscale: #919191. Windows color (decimal): -1021845 or 7039216. OLE color: 7039216.

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

Color convert

RGB 240 104 107 -
CMYK 0 0.57 0.55 0.06
HSL 358.68º 0.82% 0.67% -
HSV(B) 358.68º 0.57% 0.94% -
XYZ 43.54 29.49 17.31 -
YUV 145.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 240 104 107 0 0.57 0.55 0.06 358.68 0.82 0.67
Hex F0 68 6B 0 39 37 6 167 52 43
Octal 360 150 153 0 71 67 6 547 122 103
Binary 11110000 1101000 1101011 0 111001 110111 110 101100111 1010010 1000011

Color Harmonies of #F0686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0686B

Black with #F0686B

Text Example


Text Example

White with #F0686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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