Html Css Color HEX #F6737A Froly

📋 copy color: '#F6737A'

red 246 ◦ green 115 ◦ blue 122

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

Shades of Froly #F6737A

Tints of Froly #F6737A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 50.93%
G = 23.81%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6737A (or 0xF6737A) is known color: Froly. HEX triplet: F6, 73 and 7A. RGB value is (246,115,122). Sum of RGB (Red+Green+Blue) = 246+115+122=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6737A is #098C85. Grayscale: #9B9B9B. Windows color (decimal): -625798 or 8025078. OLE color: 8025078.

HSL color Cylindrical-coordinate representation of color #F6737A: hue angle of 356.79º 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 #F6737A is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 115 122 -
CMYK 0 0.53 0.50 0.04
HSL 356.79º 0.88% 0.71% -
HSV(B) 356.79º 0.53% 0.96% -
XYZ 47.65 33.26 22.32 -
YUV 154.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 246 115 122 0 0.53 0.50 0.04 356.79 0.88 0.71
Hex F6 73 7A 0 35 32 4 165 58 47
Octal 366 163 172 0 65 62 4 545 130 107
Binary 11110110 1110011 1111010 0 110101 110010 100 101100101 1011000 1000111

Color Harmonies of #F6737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6737A

Black with #F6737A

Text Example


Text Example

White with #F6737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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