Html Css Color HEX #F0687B Froly

📋 copy color: '#F0687B'

red 240 ◦ green 104 ◦ blue 123

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

Shades of Froly #F0687B

Tints of Froly #F0687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 51.39%
G = 22.27%
B = 26.34%

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

#F0687B (or 0xF0687B) is known color: Froly. HEX triplet: F0, 68 and 7B. RGB value is (240,104,123). Sum of RGB (Red+Green+Blue) = 240+104+123=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0687B is #0F9784. Grayscale: #929292. Windows color (decimal): -1021829 or 8087792. OLE color: 8087792.

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

Color convert

RGB 240 104 123 -
CMYK 0 0.57 0.49 0.06
HSL 351.62º 0.82% 0.67% -
HSV(B) 351.62º 0.57% 0.94% -
XYZ 44.46 29.86 22.16 -
YUV 146.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 240 104 123 0 0.57 0.49 0.06 351.62 0.82 0.67
Hex F0 68 7B 0 39 31 6 160 52 43
Octal 360 150 173 0 71 61 6 540 122 103
Binary 11110000 1101000 1111011 0 111001 110001 110 101100000 1010010 1000011

Color Harmonies of #F0687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0687B

Black with #F0687B

Text Example


Text Example

White with #F0687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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