Html Css Color HEX #F07278 Froly

📋 copy color: '#F07278'

red 240 ◦ green 114 ◦ blue 120

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

Shades of Froly #F07278

Tints of Froly #F07278

RGB

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

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

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

R = 50.63%
G = 24.05%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F07278 (or 0xF07278) is known color: Froly. HEX triplet: F0, 72 and 78. RGB value is (240,114,120). Sum of RGB (Red+Green+Blue) = 240+114+120=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F07278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07278 is #0F8D87. Grayscale: #989898. Windows color (decimal): -1019272 or 7893744. OLE color: 7893744.

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

Color convert

RGB 240 114 120 -
CMYK 0 0.52 0.5 0.06
HSL 357.14º 0.81% 0.69% -
HSV(B) 357.14º 0.53% 0.94% -
XYZ 45.34 31.92 21.54 -
YUV 152.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 240 114 120 0 0.52 0.5 0.06 357.14 0.81 0.69
Hex F0 72 78 0 34 32 6 165 51 45
Octal 360 162 170 0 64 62 6 545 121 105
Binary 11110000 1110010 1111000 0 110100 110010 110 101100101 1010001 1000101

Color Harmonies of #F07278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07278

Black with #F07278

Text Example


Text Example

White with #F07278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07278; }

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

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

background-color css

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

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

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

border-color css

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

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

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