Html Css Color HEX #F67377 Froly

📋 copy color: '#F67377'

red 246 ◦ green 115 ◦ blue 119

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

Shades of Froly #F67377

Tints of Froly #F67377

RGB

 RED value IS 246 (96.48% from 255) = 51.25%

 GREEN value IS 115 (45.31% from 255) = 23.96%

 BLUE value IS 119 (46.88% from 255) = 24.79%

R = 51.25%
G = 23.96%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F67377 (or 0xF67377) is known color: Froly. HEX triplet: F6, 73 and 77. RGB value is (246,115,119). Sum of RGB (Red+Green+Blue) = 246+115+119=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F67377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67377 is #098C88. Grayscale: #9A9A9A. Windows color (decimal): -625801 or 7828470. OLE color: 7828470.

HSL color Cylindrical-coordinate representation of color #F67377: hue angle of 358.17º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67377 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 115 119 -
CMYK 0 0.53 0.52 0.04
HSL 358.17º 0.88% 0.71% -
HSV(B) 358.17º 0.53% 0.96% -
XYZ 47.47 33.19 21.36 -
YUV 154.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 246 115 119 0 0.53 0.52 0.04 358.17 0.88 0.71
Hex F6 73 77 0 35 34 4 166 58 47
Octal 366 163 167 0 65 64 4 546 130 107
Binary 11110110 1110011 1110111 0 110101 110100 100 101100110 1011000 1000111

Color Harmonies of #F67377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67377

Black with #F67377

Text Example


Text Example

White with #F67377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67377; }

 p { color: rgb(246,115,119); }

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

background-color css

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

 a { background-color: rgb(246,115,119); }

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

border-color css

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

 span { border-color: rgb(246,115,119); }

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