Html Css Color HEX #F0697B Froly

📋 copy color: '#F0697B'

red 240 ◦ green 105 ◦ blue 123

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

Shades of Froly #F0697B

Tints of Froly #F0697B

RGB

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

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

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

R = 51.28%
G = 22.44%
B = 26.28%

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

#F0697B (or 0xF0697B) is known color: Froly. HEX triplet: F0, 69 and 7B. RGB value is (240,105,123). Sum of RGB (Red+Green+Blue) = 240+105+123=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0697B is #0F9684. Grayscale: #939393. Windows color (decimal): -1021573 or 8088048. OLE color: 8088048.

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

Color convert

RGB 240 105 123 -
CMYK 0 0.56 0.49 0.06
HSL 352º 0.82% 0.68% -
HSV(B) 352º 0.56% 0.94% -
XYZ 44.56 30.06 22.19 -
YUV 147.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 240 105 123 0 0.56 0.49 0.06 352 0.82 0.68
Hex F0 69 7B 0 38 31 6 160 52 44
Octal 360 151 173 0 70 61 6 540 122 104
Binary 11110000 1101001 1111011 0 111000 110001 110 101100000 1010010 1000100

Color Harmonies of #F0697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0697B

Black with #F0697B

Text Example


Text Example

White with #F0697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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