Html Css Color HEX #F9747A Froly

📋 copy color: '#F9747A'

red 249 ◦ green 116 ◦ blue 122

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

Shades of Froly #F9747A

Tints of Froly #F9747A

RGB

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

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

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

R = 51.13%
G = 23.82%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9747A (or 0xF9747A) is known color: Froly. HEX triplet: F9, 74 and 7A. RGB value is (249,116,122). Sum of RGB (Red+Green+Blue) = 249+116+122=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9747A is #068B85. Grayscale: #9C9C9C. Windows color (decimal): -428934 or 8025337. OLE color: 8025337.

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

Color convert

RGB 249 116 122 -
CMYK 0 0.53 0.51 0.02
HSL 357.29º 0.92% 0.72% -
HSV(B) 357.29º 0.53% 0.98% -
XYZ 48.83 34.04 22.41 -
YUV 156.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 249 116 122 0 0.53 0.51 0.02 357.29 0.92 0.72
Hex F9 74 7A 0 35 33 2 165 5C 48
Octal 371 164 172 0 65 63 2 545 134 110
Binary 11111001 1110100 1111010 0 110101 110011 10 101100101 1011100 1001000

Color Harmonies of #F9747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9747A

Black with #F9747A

Text Example


Text Example

White with #F9747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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