Html Css Color HEX #F07E80 Froly

📋 copy color: '#F07E80'

red 240 ◦ green 126 ◦ blue 128

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

Shades of Froly #F07E80

Tints of Froly #F07E80

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.51%

 BLUE value IS 128 (50.39% from 255) = 25.91%

R = 48.58%
G = 25.51%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F07E80 (or 0xF07E80) is known color: Froly. HEX triplet: F0, 7E and 80. RGB value is (240,126,128). Sum of RGB (Red+Green+Blue) = 240+126+128=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07E80 is #0F817F. Grayscale: #A0A0A0. Windows color (decimal): -1016192 or 8421104. OLE color: 8421104.

HSL color Cylindrical-coordinate representation of color #F07E80: hue angle of 358.95º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07E80 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 128 -
CMYK 0 0.48 0.47 0.06
HSL 358.95º 0.79% 0.72% -
HSV(B) 358.95º 0.48% 0.94% -
XYZ 47.29 35.01 24.69 -
YUV 160.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 240 126 128 0 0.48 0.47 0.06 358.95 0.79 0.72
Hex F0 7E 80 0 30 2F 6 167 4F 48
Octal 360 176 200 0 60 57 6 547 117 110
Binary 11110000 1111110 10000000 0 110000 101111 110 101100111 1001111 1001000

Color Harmonies of #F07E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E80

Black with #F07E80

Text Example


Text Example

White with #F07E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E80; }

 p { color: rgb(240,126,128); }

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

background-color css

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

 a { background-color: rgb(240,126,128); }

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

border-color css

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

 span { border-color: rgb(240,126,128); }

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