Html Css Color HEX #F4696D Froly

📋 copy color: '#F4696D'

red 244 ◦ green 105 ◦ blue 109

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

Shades of Froly #F4696D

Tints of Froly #F4696D

RGB

 RED value IS 244 (95.7% from 255) = 53.28%

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

 BLUE value IS 109 (42.97% from 255) = 23.8%

R = 53.28%
G = 22.93%
B = 23.8%

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

#F4696D (or 0xF4696D) is known color: Froly. HEX triplet: F4, 69 and 6D. RGB value is (244,105,109). Sum of RGB (Red+Green+Blue) = 244+105+109=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F4696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4696D is #0B9692. Grayscale: #939393. Windows color (decimal): -759443 or 7170548. OLE color: 7170548.

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

Color convert

RGB 244 105 109 -
CMYK 0 0.57 0.55 0.04
HSL 358.27º 0.86% 0.68% -
HSV(B) 358.27º 0.57% 0.96% -
XYZ 45.12 30.44 17.97 -
YUV 147.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 244 105 109 0 0.57 0.55 0.04 358.27 0.86 0.68
Hex F4 69 6D 0 39 37 4 166 56 44
Octal 364 151 155 0 71 67 4 546 126 104
Binary 11110100 1101001 1101101 0 111001 110111 100 101100110 1010110 1000100

Color Harmonies of #F4696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4696D

Black with #F4696D

Text Example


Text Example

White with #F4696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4696D; }

 p { color: rgb(244,105,109); }

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

background-color css

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

 a { background-color: rgb(244,105,109); }

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

border-color css

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

 span { border-color: rgb(244,105,109); }

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