Html Css Color HEX #F6747D Froly

📋 copy color: '#F6747D'

red 246 ◦ green 116 ◦ blue 125

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

Shades of Froly #F6747D

Tints of Froly #F6747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 50.51%
G = 23.82%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6747D (or 0xF6747D) is known color: Froly. HEX triplet: F6, 74 and 7D. RGB value is (246,116,125). Sum of RGB (Red+Green+Blue) = 246+116+125=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6747D is #098B82. Grayscale: #9B9B9B. Windows color (decimal): -625539 or 8221942. OLE color: 8221942.

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

Color convert

RGB 246 116 125 -
CMYK 0 0.53 0.49 0.04
HSL 355.85º 0.88% 0.71% -
HSV(B) 355.85º 0.53% 0.96% -
XYZ 47.95 33.56 23.35 -
YUV 155.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 246 116 125 0 0.53 0.49 0.04 355.85 0.88 0.71
Hex F6 74 7D 0 35 31 4 164 58 47
Octal 366 164 175 0 65 61 4 544 130 107
Binary 11110110 1110100 1111101 0 110101 110001 100 101100100 1011000 1000111

Color Harmonies of #F6747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6747D

Black with #F6747D

Text Example


Text Example

White with #F6747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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