Html Css Color HEX #F46770 Froly

📋 copy color: '#F46770'

red 244 ◦ green 103 ◦ blue 112

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

Shades of Froly #F46770

Tints of Froly #F46770

RGB

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

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

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

R = 53.16%
G = 22.44%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F46770 (or 0xF46770) is known color: Froly. HEX triplet: F4, 67 and 70. RGB value is (244,103,112). Sum of RGB (Red+Green+Blue) = 244+103+112=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F46770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46770 is #0B988F. Grayscale: #929292. Windows color (decimal): -759952 or 7366644. OLE color: 7366644.

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

Color convert

RGB 244 103 112 -
CMYK 0 0.58 0.54 0.04
HSL 356.17º 0.87% 0.68% -
HSV(B) 356.17º 0.58% 0.96% -
XYZ 45.08 30.1 18.76 -
YUV 146.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 244 103 112 0 0.58 0.54 0.04 356.17 0.87 0.68
Hex F4 67 70 0 3A 36 4 164 57 44
Octal 364 147 160 0 72 66 4 544 127 104
Binary 11110100 1100111 1110000 0 111010 110110 100 101100100 1010111 1000100

Color Harmonies of #F46770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46770

Black with #F46770

Text Example


Text Example

White with #F46770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46770; }

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

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

background-color css

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

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

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

border-color css

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

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

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