Html Css Color HEX #F0686A Froly

📋 copy color: '#F0686A'

red 240 ◦ green 104 ◦ blue 106

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

Shades of Froly #F0686A

Tints of Froly #F0686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.56%

R = 53.33%
G = 23.11%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0686A (or 0xF0686A) is known color: Froly. HEX triplet: F0, 68 and 6A. RGB value is (240,104,106). Sum of RGB (Red+Green+Blue) = 240+104+106=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0686A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0686A is #0F9795. Grayscale: #919191. Windows color (decimal): -1021846 or 6973680. OLE color: 6973680.

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

Color convert

RGB 240 104 106 -
CMYK 0 0.57 0.56 0.06
HSL 359.12º 0.82% 0.67% -
HSV(B) 359.12º 0.57% 0.94% -
XYZ 43.49 29.47 17.03 -
YUV 144.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 240 104 106 0 0.57 0.56 0.06 359.12 0.82 0.67
Hex F0 68 6A 0 39 38 6 167 52 43
Octal 360 150 152 0 71 70 6 547 122 103
Binary 11110000 1101000 1101010 0 111001 111000 110 101100111 1010010 1000011

Color Harmonies of #F0686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0686A

Black with #F0686A

Text Example


Text Example

White with #F0686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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