Html Css Color HEX #F0697A Froly

📋 copy color: '#F0697A'

red 240 ◦ green 105 ◦ blue 122

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

Shades of Froly #F0697A

Tints of Froly #F0697A

RGB

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

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

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

R = 51.39%
G = 22.48%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0697A (or 0xF0697A) is known color: Froly. HEX triplet: F0, 69 and 7A. RGB value is (240,105,122). Sum of RGB (Red+Green+Blue) = 240+105+122=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0697A is #0F9685. Grayscale: #939393. Windows color (decimal): -1021574 or 8022512. OLE color: 8022512.

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

Color convert

RGB 240 105 122 -
CMYK 0 0.56 0.49 0.06
HSL 352.44º 0.82% 0.68% -
HSV(B) 352.44º 0.56% 0.94% -
XYZ 44.5 30.03 21.86 -
YUV 147.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 240 105 122 0 0.56 0.49 0.06 352.44 0.82 0.68
Hex F0 69 7A 0 38 31 6 160 52 44
Octal 360 151 172 0 70 61 6 540 122 104
Binary 11110000 1101001 1111010 0 111000 110001 110 101100000 1010010 1000100

Color Harmonies of #F0697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0697A

Black with #F0697A

Text Example


Text Example

White with #F0697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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