Html Css Color HEX #F4696C Froly

📋 copy color: '#F4696C'

red 244 ◦ green 105 ◦ blue 108

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

Shades of Froly #F4696C

Tints of Froly #F4696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 53.39%
G = 22.98%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F4696C (or 0xF4696C) is known color: Froly. HEX triplet: F4, 69 and 6C. RGB value is (244,105,108). Sum of RGB (Red+Green+Blue) = 244+105+108=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F4696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4696C is #0B9693. Grayscale: #939393. Windows color (decimal): -759444 or 7105012. OLE color: 7105012.

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

Color convert

RGB 244 105 108 -
CMYK 0 0.57 0.56 0.04
HSL 358.71º 0.86% 0.68% -
HSV(B) 358.71º 0.57% 0.96% -
XYZ 45.07 30.42 17.68 -
YUV 146.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 244 105 108 0 0.57 0.56 0.04 358.71 0.86 0.68
Hex F4 69 6C 0 39 38 4 167 56 44
Octal 364 151 154 0 71 70 4 547 126 104
Binary 11110100 1101001 1101100 0 111001 111000 100 101100111 1010110 1000100

Color Harmonies of #F4696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4696C

Black with #F4696C

Text Example


Text Example

White with #F4696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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