Html Css Color HEX #F5696F Froly

📋 copy color: '#F5696F'

red 245 ◦ green 105 ◦ blue 111

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

Shades of Froly #F5696F

Tints of Froly #F5696F

RGB

 RED value IS 245 (96.09% from 255) = 53.15%

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

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 53.15%
G = 22.78%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5696F (or 0xF5696F) is known color: Froly. HEX triplet: F5, 69 and 6F. RGB value is (245,105,111). Sum of RGB (Red+Green+Blue) = 245+105+111=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F5696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5696F is #0A9690. Grayscale: #939393. Windows color (decimal): -693905 or 7301621. OLE color: 7301621.

HSL color Cylindrical-coordinate representation of color #F5696F: hue angle of 357.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5696F is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 105 111 -
CMYK 0 0.57 0.55 0.04
HSL 357.43º 0.88% 0.69% -
HSV(B) 357.43º 0.57% 0.96% -
XYZ 45.58 30.66 18.56 -
YUV 147.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 245 105 111 0 0.57 0.55 0.04 357.43 0.88 0.69
Hex F5 69 6F 0 39 37 4 165 58 45
Octal 365 151 157 0 71 67 4 545 130 105
Binary 11110101 1101001 1101111 0 111001 110111 100 101100101 1011000 1000101

Color Harmonies of #F5696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5696F

Black with #F5696F

Text Example


Text Example

White with #F5696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5696F; }

 p { color: rgb(245,105,111); }

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

background-color css

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

 a { background-color: rgb(245,105,111); }

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

border-color css

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

 span { border-color: rgb(245,105,111); }

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