Html Css Color HEX #F0696E Froly

📋 copy color: '#F0696E'

red 240 ◦ green 105 ◦ blue 110

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

Shades of Froly #F0696E

Tints of Froly #F0696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.18%

R = 52.75%
G = 23.08%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0696E (or 0xF0696E) is known color: Froly. HEX triplet: F0, 69 and 6E. RGB value is (240,105,110). Sum of RGB (Red+Green+Blue) = 240+105+110=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0696E is #0F9691. Grayscale: #929292. Windows color (decimal): -1021586 or 7236080. OLE color: 7236080.

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

Color convert

RGB 240 105 110 -
CMYK 0 0.56 0.54 0.06
HSL 357.78º 0.82% 0.68% -
HSV(B) 357.78º 0.56% 0.94% -
XYZ 43.8 29.75 18.19 -
YUV 145.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 240 105 110 0 0.56 0.54 0.06 357.78 0.82 0.68
Hex F0 69 6E 0 38 36 6 166 52 44
Octal 360 151 156 0 70 66 6 546 122 104
Binary 11110000 1101001 1101110 0 111000 110110 110 101100110 1010010 1000100

Color Harmonies of #F0696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0696E

Black with #F0696E

Text Example


Text Example

White with #F0696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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