Html Css Color HEX #F37074 Froly

📋 copy color: '#F37074'

red 243 ◦ green 112 ◦ blue 116

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

Shades of Froly #F37074

Tints of Froly #F37074

RGB

 RED value IS 243 (95.31% from 255) = 51.59%

 GREEN value IS 112 (44.14% from 255) = 23.78%

 BLUE value IS 116 (45.7% from 255) = 24.63%

R = 51.59%
G = 23.78%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F37074 (or 0xF37074) is known color: Froly. HEX triplet: F3, 70 and 74. RGB value is (243,112,116). Sum of RGB (Red+Green+Blue) = 243+112+116=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F37074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37074 is #0C8F8B. Grayscale: #979797. Windows color (decimal): -823180 or 7631091. OLE color: 7631091.

HSL color Cylindrical-coordinate representation of color #F37074: hue angle of 358.17º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F37074 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 112 116 -
CMYK 0 0.54 0.52 0.05
HSL 358.17º 0.85% 0.7% -
HSV(B) 358.17º 0.54% 0.95% -
XYZ 45.91 31.9 20.26 -
YUV 151.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 243 112 116 0 0.54 0.52 0.05 358.17 0.85 0.7
Hex F3 70 74 0 36 34 5 166 55 46
Octal 363 160 164 0 66 64 5 546 125 106
Binary 11110011 1110000 1110100 0 110110 110100 101 101100110 1010101 1000110

Color Harmonies of #F37074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37074

Black with #F37074

Text Example


Text Example

White with #F37074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37074; }

 p { color: rgb(243,112,116); }

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

background-color css

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

 a { background-color: rgb(243,112,116); }

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

border-color css

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

 span { border-color: rgb(243,112,116); }

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