Html Css Color HEX #F77078 Froly

📋 copy color: '#F77078'

red 247 ◦ green 112 ◦ blue 120

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

Shades of Froly #F77078

Tints of Froly #F77078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.38%

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

R = 51.57%
G = 23.38%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F77078 (or 0xF77078) is known color: Froly. HEX triplet: F7, 70 and 78. RGB value is (247,112,120). Sum of RGB (Red+Green+Blue) = 247+112+120=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F77078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77078 is #088F87. Grayscale: #999999. Windows color (decimal): -561032 or 7893239. OLE color: 7893239.

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

Color convert

RGB 247 112 120 -
CMYK 0 0.55 0.51 0.03
HSL 356.44º 0.89% 0.7% -
HSV(B) 356.44º 0.55% 0.97% -
XYZ 47.54 32.72 21.58 -
YUV 153.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 247 112 120 0 0.55 0.51 0.03 356.44 0.89 0.7
Hex F7 70 78 0 37 33 3 164 59 46
Octal 367 160 170 0 67 63 3 544 131 106
Binary 11110111 1110000 1111000 0 110111 110011 11 101100100 1011001 1000110

Color Harmonies of #F77078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77078

Black with #F77078

Text Example


Text Example

White with #F77078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77078; }

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

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

background-color css

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

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

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

border-color css

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

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

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