Html Css Color HEX #F9747C Froly

📋 copy color: '#F9747C'

red 249 ◦ green 116 ◦ blue 124

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

Shades of Froly #F9747C

Tints of Froly #F9747C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 50.92%
G = 23.72%
B = 25.36%

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

#F9747C (or 0xF9747C) is known color: Froly. HEX triplet: F9, 74 and 7C. RGB value is (249,116,124). Sum of RGB (Red+Green+Blue) = 249+116+124=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9747C is #068B83. Grayscale: #9C9C9C. Windows color (decimal): -428932 or 8156409. OLE color: 8156409.

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

Color convert

RGB 249 116 124 -
CMYK 0 0.53 0.50 0.02
HSL 356.39º 0.92% 0.72% -
HSV(B) 356.39º 0.53% 0.98% -
XYZ 48.95 34.09 23.07 -
YUV 156.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 249 116 124 0 0.53 0.50 0.02 356.39 0.92 0.72
Hex F9 74 7C 0 35 32 2 164 5C 48
Octal 371 164 174 0 65 62 2 544 134 110
Binary 11111001 1110100 1111100 0 110101 110010 10 101100100 1011100 1001000

Color Harmonies of #F9747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9747C

Black with #F9747C

Text Example


Text Example

White with #F9747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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