Html Css Color HEX #F46768 Froly

📋 copy color: '#F46768'

red 244 ◦ green 103 ◦ blue 104

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

Shades of Froly #F46768

Tints of Froly #F46768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.84%

 BLUE value IS 104 (41.02% from 255) = 23.06%

R = 54.1%
G = 22.84%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F46768 (or 0xF46768) is known color: Froly. HEX triplet: F4, 67 and 68. RGB value is (244,103,104). Sum of RGB (Red+Green+Blue) = 244+103+104=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F46768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46768 is #0B9897. Grayscale: #919191. Windows color (decimal): -759960 or 6842356. OLE color: 6842356.

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

Color convert

RGB 244 103 104 -
CMYK 0 0.58 0.57 0.04
HSL 359.57º 0.87% 0.68% -
HSV(B) 359.57º 0.58% 0.96% -
XYZ 44.66 29.93 16.52 -
YUV 145.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 244 103 104 0 0.58 0.57 0.04 359.57 0.87 0.68
Hex F4 67 68 0 3A 39 4 168 57 44
Octal 364 147 150 0 72 71 4 550 127 104
Binary 11110100 1100111 1101000 0 111010 111001 100 101101000 1010111 1000100

Color Harmonies of #F46768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46768

Black with #F46768

Text Example


Text Example

White with #F46768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46768; }

 p { color: rgb(244,103,104); }

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

background-color css

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

 a { background-color: rgb(244,103,104); }

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

border-color css

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

 span { border-color: rgb(244,103,104); }

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