Html Css Color HEX #F07078 Froly

📋 copy color: '#F07078'

red 240 ◦ green 112 ◦ blue 120

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

Shades of Froly #F07078

Tints of Froly #F07078

RGB

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

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

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

R = 50.85%
G = 23.73%
B = 25.42%

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

#F07078 (or 0xF07078) is known color: Froly. HEX triplet: F0, 70 and 78. RGB value is (240,112,120). Sum of RGB (Red+Green+Blue) = 240+112+120=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F07078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07078 is #0F8F87. Grayscale: #979797. Windows color (decimal): -1019784 or 7893232. OLE color: 7893232.

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

Color convert

RGB 240 112 120 -
CMYK 0 0.53 0.5 0.06
HSL 356.25º 0.81% 0.69% -
HSV(B) 356.25º 0.53% 0.94% -
XYZ 45.12 31.47 21.47 -
YUV 151.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 240 112 120 0 0.53 0.5 0.06 356.25 0.81 0.69
Hex F0 70 78 0 35 32 6 164 51 45
Octal 360 160 170 0 65 62 6 544 121 105
Binary 11110000 1110000 1111000 0 110101 110010 110 101100100 1010001 1000101

Color Harmonies of #F07078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07078

Black with #F07078

Text Example


Text Example

White with #F07078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07078; }

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

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

background-color css

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

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

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

border-color css

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

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

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