Html Css Color HEX #F07376 Froly

📋 copy color: '#F07376'

red 240 ◦ green 115 ◦ blue 118

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

Shades of Froly #F07376

Tints of Froly #F07376

RGB

 RED value IS 240 (94.14% from 255) = 50.74%

 GREEN value IS 115 (45.31% from 255) = 24.31%

 BLUE value IS 118 (46.48% from 255) = 24.95%

R = 50.74%
G = 24.31%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F07376 (or 0xF07376) is known color: Froly. HEX triplet: F0, 73 and 76. RGB value is (240,115,118). Sum of RGB (Red+Green+Blue) = 240+115+118=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F07376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07376 is #0F8C89. Grayscale: #989898. Windows color (decimal): -1019018 or 7762928. OLE color: 7762928.

HSL color Cylindrical-coordinate representation of color #F07376: hue angle of 358.56º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07376 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 115 118 -
CMYK 0 0.52 0.51 0.06
HSL 358.56º 0.81% 0.7% -
HSV(B) 358.56º 0.52% 0.94% -
XYZ 45.34 32.09 20.94 -
YUV 152.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 240 115 118 0 0.52 0.51 0.06 358.56 0.81 0.7
Hex F0 73 76 0 34 33 6 167 51 46
Octal 360 163 166 0 64 63 6 547 121 106
Binary 11110000 1110011 1110110 0 110100 110011 110 101100111 1010001 1000110

Color Harmonies of #F07376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07376

Black with #F07376

Text Example


Text Example

White with #F07376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07376; }

 p { color: rgb(240,115,118); }

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

background-color css

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

 a { background-color: rgb(240,115,118); }

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

border-color css

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

 span { border-color: rgb(240,115,118); }

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