Html Css Color HEX #F07780 Froly

📋 copy color: '#F07780'

red 240 ◦ green 119 ◦ blue 128

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

Shades of Froly #F07780

Tints of Froly #F07780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.44%

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

R = 49.28%
G = 24.44%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F07780 (or 0xF07780) is known color: Froly. HEX triplet: F0, 77 and 80. RGB value is (240,119,128). Sum of RGB (Red+Green+Blue) = 240+119+128=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F07780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07780 is #0F887F. Grayscale: #9C9C9C. Windows color (decimal): -1017984 or 8419312. OLE color: 8419312.

HSL color Cylindrical-coordinate representation of color #F07780: hue angle of 355.54º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07780 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 128 -
CMYK 0 0.50 0.47 0.06
HSL 355.54º 0.8% 0.7% -
HSV(B) 355.54º 0.5% 0.94% -
XYZ 46.43 33.28 24.4 -
YUV 156.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 240 119 128 0 0.50 0.47 0.06 355.54 0.8 0.7
Hex F0 77 80 0 32 2F 6 164 50 46
Octal 360 167 200 0 62 57 6 544 120 106
Binary 11110000 1110111 10000000 0 110010 101111 110 101100100 1010000 1000110

Color Harmonies of #F07780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07780

Black with #F07780

Text Example


Text Example

White with #F07780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07780; }

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

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

background-color css

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

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

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

border-color css

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

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

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