Html Css Color HEX #F07076 Froly

📋 copy color: '#F07076'

red 240 ◦ green 112 ◦ blue 118

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

Shades of Froly #F07076

Tints of Froly #F07076

RGB

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

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

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

R = 51.06%
G = 23.83%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F07076 (or 0xF07076) is known color: Froly. HEX triplet: F0, 70 and 76. RGB value is (240,112,118). Sum of RGB (Red+Green+Blue) = 240+112+118=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F07076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07076 is #0F8F89. Grayscale: #979797. Windows color (decimal): -1019786 or 7762160. OLE color: 7762160.

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

Color convert

RGB 240 112 118 -
CMYK 0 0.53 0.51 0.06
HSL 357.19º 0.81% 0.69% -
HSV(B) 357.19º 0.53% 0.94% -
XYZ 45 31.42 20.83 -
YUV 150.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 240 112 118 0 0.53 0.51 0.06 357.19 0.81 0.69
Hex F0 70 76 0 35 33 6 165 51 45
Octal 360 160 166 0 65 63 6 545 121 105
Binary 11110000 1110000 1110110 0 110101 110011 110 101100101 1010001 1000101

Color Harmonies of #F07076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07076

Black with #F07076

Text Example


Text Example

White with #F07076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07076; }

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

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

background-color css

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

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

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

border-color css

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

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

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