Html Css Color HEX #F07274 Froly

📋 copy color: '#F07274'

red 240 ◦ green 114 ◦ blue 116

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

Shades of Froly #F07274

Tints of Froly #F07274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.26%

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 51.06%
G = 24.26%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07274 (or 0xF07274) is known color: Froly. HEX triplet: F0, 72 and 74. RGB value is (240,114,116). Sum of RGB (Red+Green+Blue) = 240+114+116=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F07274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07274 is #0F8D8B. Grayscale: #989898. Windows color (decimal): -1019276 or 7631600. OLE color: 7631600.

HSL color Cylindrical-coordinate representation of color #F07274: hue angle of 359.05º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07274 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 116 -
CMYK 0 0.52 0.52 0.06
HSL 359.05º 0.81% 0.69% -
HSV(B) 359.05º 0.53% 0.94% -
XYZ 45.1 31.82 20.29 -
YUV 151.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 240 114 116 0 0.52 0.52 0.06 359.05 0.81 0.69
Hex F0 72 74 0 34 34 6 167 51 45
Octal 360 162 164 0 64 64 6 547 121 105
Binary 11110000 1110010 1110100 0 110100 110100 110 101100111 1010001 1000101

Color Harmonies of #F07274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07274

Black with #F07274

Text Example


Text Example

White with #F07274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07274; }

 p { color: rgb(240,114,116); }

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

background-color css

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

 a { background-color: rgb(240,114,116); }

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

border-color css

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

 span { border-color: rgb(240,114,116); }

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