Html Css Color HEX #F46D70 Froly

📋 copy color: '#F46D70'

red 244 ◦ green 109 ◦ blue 112

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

Shades of Froly #F46D70

Tints of Froly #F46D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.44%

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 52.47%
G = 23.44%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F46D70 (or 0xF46D70) is known color: Froly. HEX triplet: F4, 6D and 70. RGB value is (244,109,112). Sum of RGB (Red+Green+Blue) = 244+109+112=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46D70 is #0B928F. Grayscale: #959595. Windows color (decimal): -758416 or 7368180. OLE color: 7368180.

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

Color convert

RGB 244 109 112 -
CMYK 0 0.55 0.54 0.04
HSL 358.67º 0.86% 0.69% -
HSV(B) 358.67º 0.55% 0.96% -
XYZ 45.7 31.34 18.97 -
YUV 149.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 244 109 112 0 0.55 0.54 0.04 358.67 0.86 0.69
Hex F4 6D 70 0 37 36 4 167 56 45
Octal 364 155 160 0 67 66 4 547 126 105
Binary 11110100 1101101 1110000 0 110111 110110 100 101100111 1010110 1000101

Color Harmonies of #F46D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46D70

Black with #F46D70

Text Example


Text Example

White with #F46D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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