Html Css Color HEX #F07C80 Froly

📋 copy color: '#F07C80'

red 240 ◦ green 124 ◦ blue 128

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

Shades of Froly #F07C80

Tints of Froly #F07C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.2%

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

R = 48.78%
G = 25.2%
B = 26.02%

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

#F07C80 (or 0xF07C80) is known color: Froly. HEX triplet: F0, 7C and 80. RGB value is (240,124,128). Sum of RGB (Red+Green+Blue) = 240+124+128=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C80 is #0F837F. Grayscale: #9F9F9F. Windows color (decimal): -1016704 or 8420592. OLE color: 8420592.

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

Color convert

RGB 240 124 128 -
CMYK 0 0.48 0.47 0.06
HSL 357.93º 0.79% 0.71% -
HSV(B) 357.93º 0.48% 0.94% -
XYZ 47.04 34.5 24.6 -
YUV 159.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 240 124 128 0 0.48 0.47 0.06 357.93 0.79 0.71
Hex F0 7C 80 0 30 2F 6 166 4F 47
Octal 360 174 200 0 60 57 6 546 117 107
Binary 11110000 1111100 10000000 0 110000 101111 110 101100110 1001111 1000111

Color Harmonies of #F07C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C80

Black with #F07C80

Text Example


Text Example

White with #F07C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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