Html Css Color HEX #F07180 Froly

📋 copy color: '#F07180'

red 240 ◦ green 113 ◦ blue 128

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

Shades of Froly #F07180

Tints of Froly #F07180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.49%

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 49.9%
G = 23.49%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F07180 (or 0xF07180) is known color: Froly. HEX triplet: F0, 71 and 80. RGB value is (240,113,128). Sum of RGB (Red+Green+Blue) = 240+113+128=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F07180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07180 is #0F8E7F. Grayscale: #989898. Windows color (decimal): -1019520 or 8417776. OLE color: 8417776.

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

Color convert

RGB 240 113 128 -
CMYK 0 0.53 0.47 0.06
HSL 352.91º 0.81% 0.69% -
HSV(B) 352.91º 0.53% 0.94% -
XYZ 45.74 31.89 24.17 -
YUV 152.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 240 113 128 0 0.53 0.47 0.06 352.91 0.81 0.69
Hex F0 71 80 0 35 2F 6 161 51 45
Octal 360 161 200 0 65 57 6 541 121 105
Binary 11110000 1110001 10000000 0 110101 101111 110 101100001 1010001 1000101

Color Harmonies of #F07180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07180

Black with #F07180

Text Example


Text Example

White with #F07180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07180; }

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

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

background-color css

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

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

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

border-color css

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

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

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