Html Css Color HEX #F6747A Froly

📋 copy color: '#F6747A'

red 246 ◦ green 116 ◦ blue 122

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

Shades of Froly #F6747A

Tints of Froly #F6747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

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

R = 50.83%
G = 23.97%
B = 25.21%

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

#F6747A (or 0xF6747A) is known color: Froly. HEX triplet: F6, 74 and 7A. RGB value is (246,116,122). Sum of RGB (Red+Green+Blue) = 246+116+122=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6747A is #098B85. Grayscale: #9B9B9B. Windows color (decimal): -625542 or 8025334. OLE color: 8025334.

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

Color convert

RGB 246 116 122 -
CMYK 0 0.53 0.50 0.04
HSL 357.23º 0.88% 0.71% -
HSV(B) 357.23º 0.53% 0.96% -
XYZ 47.76 33.49 22.36 -
YUV 155.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 246 116 122 0 0.53 0.50 0.04 357.23 0.88 0.71
Hex F6 74 7A 0 35 32 4 165 58 47
Octal 366 164 172 0 65 62 4 545 130 107
Binary 11110110 1110100 1111010 0 110101 110010 100 101100101 1011000 1000111

Color Harmonies of #F6747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6747A

Black with #F6747A

Text Example


Text Example

White with #F6747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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