Html Css Color HEX #F77278 Froly

📋 copy color: '#F77278'

red 247 ◦ green 114 ◦ blue 120

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

Shades of Froly #F77278

Tints of Froly #F77278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.7%

 BLUE value IS 120 (47.27% from 255) = 24.95%

R = 51.35%
G = 23.7%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F77278 (or 0xF77278) is known color: Froly. HEX triplet: F7, 72 and 78. RGB value is (247,114,120). Sum of RGB (Red+Green+Blue) = 247+114+120=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F77278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77278 is #088D87. Grayscale: #9A9A9A. Windows color (decimal): -560520 or 7893751. OLE color: 7893751.

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

Color convert

RGB 247 114 120 -
CMYK 0 0.54 0.51 0.03
HSL 357.29º 0.89% 0.71% -
HSV(B) 357.29º 0.54% 0.97% -
XYZ 47.77 33.16 21.65 -
YUV 154.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 247 114 120 0 0.54 0.51 0.03 357.29 0.89 0.71
Hex F7 72 78 0 36 33 3 165 59 47
Octal 367 162 170 0 66 63 3 545 131 107
Binary 11110111 1110010 1111000 0 110110 110011 11 101100101 1011001 1000111

Color Harmonies of #F77278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77278

Black with #F77278

Text Example


Text Example

White with #F77278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77278; }

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

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

background-color css

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

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

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

border-color css

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

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

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