Html Css Color HEX #F07178 Froly

📋 copy color: '#F07178'

red 240 ◦ green 113 ◦ blue 120

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

Shades of Froly #F07178

Tints of Froly #F07178

RGB

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

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

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

R = 50.74%
G = 23.89%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F07178 (or 0xF07178) is known color: Froly. HEX triplet: F0, 71 and 78. RGB value is (240,113,120). Sum of RGB (Red+Green+Blue) = 240+113+120=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F07178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07178 is #0F8E87. Grayscale: #979797. Windows color (decimal): -1019528 or 7893488. OLE color: 7893488.

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

Color convert

RGB 240 113 120 -
CMYK 0 0.53 0.5 0.06
HSL 356.69º 0.81% 0.69% -
HSV(B) 356.69º 0.53% 0.94% -
XYZ 45.23 31.69 21.5 -
YUV 151.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 240 113 120 0 0.53 0.5 0.06 356.69 0.81 0.69
Hex F0 71 78 0 35 32 6 165 51 45
Octal 360 161 170 0 65 62 6 545 121 105
Binary 11110000 1110001 1111000 0 110101 110010 110 101100101 1010001 1000101

Color Harmonies of #F07178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07178

Black with #F07178

Text Example


Text Example

White with #F07178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07178; }

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

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

background-color css

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

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

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

border-color css

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

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

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