Html Css Color HEX #F0697C Froly

📋 copy color: '#F0697C'

red 240 ◦ green 105 ◦ blue 124

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

Shades of Froly #F0697C

Tints of Froly #F0697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.39%

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 51.17%
G = 22.39%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0697C (or 0xF0697C) is known color: Froly. HEX triplet: F0, 69 and 7C. RGB value is (240,105,124). Sum of RGB (Red+Green+Blue) = 240+105+124=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0697C is #0F9683. Grayscale: #939393. Windows color (decimal): -1021572 or 8153584. OLE color: 8153584.

HSL color Cylindrical-coordinate representation of color #F0697C: hue angle of 351.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0697C is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 124 -
CMYK 0 0.56 0.48 0.06
HSL 351.56º 0.82% 0.68% -
HSV(B) 351.56º 0.56% 0.94% -
XYZ 44.62 30.08 22.52 -
YUV 147.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 240 105 124 0 0.56 0.48 0.06 351.56 0.82 0.68
Hex F0 69 7C 0 38 30 6 160 52 44
Octal 360 151 174 0 70 60 6 540 122 104
Binary 11110000 1101001 1111100 0 111000 110000 110 101100000 1010010 1000100

Color Harmonies of #F0697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0697C

Black with #F0697C

Text Example


Text Example

White with #F0697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0697C; }

 p { color: rgb(240,105,124); }

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

background-color css

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

 a { background-color: rgb(240,105,124); }

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

border-color css

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

 span { border-color: rgb(240,105,124); }

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