Html Css Color HEX #F37078 Froly

📋 copy color: '#F37078'

red 243 ◦ green 112 ◦ blue 120

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

Shades of Froly #F37078

Tints of Froly #F37078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 51.16%
G = 23.58%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F37078 (or 0xF37078) is known color: Froly. HEX triplet: F3, 70 and 78. RGB value is (243,112,120). Sum of RGB (Red+Green+Blue) = 243+112+120=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F37078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37078 is #0C8F87. Grayscale: #989898. Windows color (decimal): -823176 or 7893235. OLE color: 7893235.

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

Color convert

RGB 243 112 120 -
CMYK 0 0.54 0.51 0.05
HSL 356.34º 0.85% 0.7% -
HSV(B) 356.34º 0.54% 0.95% -
XYZ 46.15 32 21.51 -
YUV 152.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 243 112 120 0 0.54 0.51 0.05 356.34 0.85 0.7
Hex F3 70 78 0 36 33 5 164 55 46
Octal 363 160 170 0 66 63 5 544 125 106
Binary 11110011 1110000 1111000 0 110110 110011 101 101100100 1010101 1000110

Color Harmonies of #F37078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37078

Black with #F37078

Text Example


Text Example

White with #F37078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37078; }

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

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

background-color css

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

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

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

border-color css

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

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

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