Html Css Color HEX #F07071 Froly

📋 copy color: '#F07071'

red 240 ◦ green 112 ◦ blue 113

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

Shades of Froly #F07071

Tints of Froly #F07071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.3%

R = 51.61%
G = 24.09%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07071 (or 0xF07071) is known color: Froly. HEX triplet: F0, 70 and 71. RGB value is (240,112,113). Sum of RGB (Red+Green+Blue) = 240+112+113=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F07071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07071 is #0F8F8E. Grayscale: #969696. Windows color (decimal): -1019791 or 7434480. OLE color: 7434480.

HSL color Cylindrical-coordinate representation of color #F07071: hue angle of 359.53º 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 #F07071 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 113 -
CMYK 0 0.53 0.53 0.06
HSL 359.53º 0.81% 0.69% -
HSV(B) 359.53º 0.53% 0.94% -
XYZ 44.71 31.31 19.31 -
YUV 150.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 240 112 113 0 0.53 0.53 0.06 359.53 0.81 0.69
Hex F0 70 71 0 35 35 6 168 51 45
Octal 360 160 161 0 65 65 6 550 121 105
Binary 11110000 1110000 1110001 0 110101 110101 110 101101000 1010001 1000101

Color Harmonies of #F07071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07071

Black with #F07071

Text Example


Text Example

White with #F07071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07071; }

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

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

background-color css

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

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

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

border-color css

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

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

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