Html Css Color HEX #F07073 Froly

📋 copy color: '#F07073'

red 240 ◦ green 112 ◦ blue 115

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

Shades of Froly #F07073

Tints of Froly #F07073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.63%

R = 51.39%
G = 23.98%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07073 (or 0xF07073) is known color: Froly. HEX triplet: F0, 70 and 73. RGB value is (240,112,115). Sum of RGB (Red+Green+Blue) = 240+112+115=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F07073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07073 is #0F8F8C. Grayscale: #969696. Windows color (decimal): -1019789 or 7565552. OLE color: 7565552.

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

Color convert

RGB 240 112 115 -
CMYK 0 0.53 0.52 0.06
HSL 358.59º 0.81% 0.69% -
HSV(B) 358.59º 0.53% 0.94% -
XYZ 44.82 31.35 19.91 -
YUV 150.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 240 112 115 0 0.53 0.52 0.06 358.59 0.81 0.69
Hex F0 70 73 0 35 34 6 167 51 45
Octal 360 160 163 0 65 64 6 547 121 105
Binary 11110000 1110000 1110011 0 110101 110100 110 101100111 1010001 1000101

Color Harmonies of #F07073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07073

Black with #F07073

Text Example


Text Example

White with #F07073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07073; }

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

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

background-color css

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

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

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

border-color css

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

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

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