Html Css Color HEX #F9747D Froly

📋 copy color: '#F9747D'

red 249 ◦ green 116 ◦ blue 125

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

Shades of Froly #F9747D

Tints of Froly #F9747D

RGB

 RED value IS 249 (97.66% from 255) = 50.82%

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

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

R = 50.82%
G = 23.67%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9747D (or 0xF9747D) is known color: Froly. HEX triplet: F9, 74 and 7D. RGB value is (249,116,125). Sum of RGB (Red+Green+Blue) = 249+116+125=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9747D is #068B82. Grayscale: #9C9C9C. Windows color (decimal): -428931 or 8221945. OLE color: 8221945.

HSL color Cylindrical-coordinate representation of color #F9747D: hue angle of 355.94º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9747D is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 116 125 -
CMYK 0 0.53 0.50 0.02
HSL 355.94º 0.92% 0.72% -
HSV(B) 355.94º 0.53% 0.98% -
XYZ 49.01 34.11 23.4 -
YUV 156.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 249 116 125 0 0.53 0.50 0.02 355.94 0.92 0.72
Hex F9 74 7D 0 35 32 2 164 5C 48
Octal 371 164 175 0 65 62 2 544 134 110
Binary 11111001 1110100 1111101 0 110101 110010 10 101100100 1011100 1001000

Color Harmonies of #F9747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9747D

Black with #F9747D

Text Example


Text Example

White with #F9747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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