Html Css Color HEX #F0687A Froly

📋 copy color: '#F0687A'

red 240 ◦ green 104 ◦ blue 122

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

Shades of Froly #F0687A

Tints of Froly #F0687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 51.5%
G = 22.32%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0687A (or 0xF0687A) is known color: Froly. HEX triplet: F0, 68 and 7A. RGB value is (240,104,122). Sum of RGB (Red+Green+Blue) = 240+104+122=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0687A is #0F9785. Grayscale: #929292. Windows color (decimal): -1021830 or 8022256. OLE color: 8022256.

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

Color convert

RGB 240 104 122 -
CMYK 0 0.57 0.49 0.06
HSL 352.06º 0.82% 0.67% -
HSV(B) 352.06º 0.57% 0.94% -
XYZ 44.4 29.83 21.83 -
YUV 146.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 240 104 122 0 0.57 0.49 0.06 352.06 0.82 0.67
Hex F0 68 7A 0 39 31 6 160 52 43
Octal 360 150 172 0 71 61 6 540 122 103
Binary 11110000 1101000 1111010 0 111001 110001 110 101100000 1010010 1000011

Color Harmonies of #F0687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0687A

Black with #F0687A

Text Example


Text Example

White with #F0687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0687A; }

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

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

background-color css

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

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

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

border-color css

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

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

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