Html Css Color HEX #F77880 Froly

📋 copy color: '#F77880'

red 247 ◦ green 120 ◦ blue 128

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

Shades of Froly #F77880

Tints of Froly #F77880

RGB

 RED value IS 247 (96.88% from 255) = 49.9%

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

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

R = 49.9%
G = 24.24%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F77880 (or 0xF77880) is known color: Froly. HEX triplet: F7, 78 and 80. RGB value is (247,120,128). Sum of RGB (Red+Green+Blue) = 247+120+128=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77880 is #08877F. Grayscale: #9E9E9E. Windows color (decimal): -558976 or 8419575. OLE color: 8419575.

HSL color Cylindrical-coordinate representation of color #F77880: hue angle of 356.22º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77880 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 120 128 -
CMYK 0 0.51 0.48 0.03
HSL 356.22º 0.89% 0.72% -
HSV(B) 356.22º 0.51% 0.97% -
XYZ 48.97 34.77 24.55 -
YUV 158.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 247 120 128 0 0.51 0.48 0.03 356.22 0.89 0.72
Hex F7 78 80 0 33 30 3 164 59 48
Octal 367 170 200 0 63 60 3 544 131 110
Binary 11110111 1111000 10000000 0 110011 110000 11 101100100 1011001 1001000

Color Harmonies of #F77880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77880

Black with #F77880

Text Example


Text Example

White with #F77880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77880; }

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

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

background-color css

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

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

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

border-color css

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

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

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