Html Css Color HEX #F07880 Froly

📋 copy color: '#F07880'

red 240 ◦ green 120 ◦ blue 128

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

Shades of Froly #F07880

Tints of Froly #F07880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.59%

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

R = 49.18%
G = 24.59%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F07880 (or 0xF07880) is known color: Froly. HEX triplet: F0, 78 and 80. RGB value is (240,120,128). Sum of RGB (Red+Green+Blue) = 240+120+128=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F07880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07880 is #0F877F. Grayscale: #9C9C9C. Windows color (decimal): -1017728 or 8419568. OLE color: 8419568.

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

Color convert

RGB 240 120 128 -
CMYK 0 0.5 0.47 0.06
HSL 356º 0.8% 0.71% -
HSV(B) 356º 0.5% 0.94% -
XYZ 46.55 33.52 24.44 -
YUV 156.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 240 120 128 0 0.5 0.47 0.06 356 0.8 0.71
Hex F0 78 80 0 32 2F 6 164 50 47
Octal 360 170 200 0 62 57 6 544 120 107
Binary 11110000 1111000 10000000 0 110010 101111 110 101100100 1010000 1000111

Color Harmonies of #F07880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07880

Black with #F07880

Text Example


Text Example

White with #F07880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07880; }

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

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

background-color css

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

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

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

border-color css

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

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

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