Html Css Color HEX #F1747C Froly

📋 copy color: '#F1747C'

red 241 ◦ green 116 ◦ blue 124

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

Shades of Froly #F1747C

Tints of Froly #F1747C

RGB

 RED value IS 241 (94.53% from 255) = 50.1%

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

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

R = 50.1%
G = 24.12%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1747C (or 0xF1747C) is known color: Froly. HEX triplet: F1, 74 and 7C. RGB value is (241,116,124). Sum of RGB (Red+Green+Blue) = 241+116+124=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1747C is #0E8B83. Grayscale: #9A9A9A. Windows color (decimal): -953220 or 8156401. OLE color: 8156401.

HSL color Cylindrical-coordinate representation of color #F1747C: hue angle of 356.16º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1747C is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 116 124 -
CMYK 0 0.52 0.49 0.05
HSL 356.16º 0.82% 0.7% -
HSV(B) 356.16º 0.52% 0.95% -
XYZ 46.16 32.65 22.94 -
YUV 154.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 241 116 124 0 0.52 0.49 0.05 356.16 0.82 0.7
Hex F1 74 7C 0 34 31 5 164 52 46
Octal 361 164 174 0 64 61 5 544 122 106
Binary 11110001 1110100 1111100 0 110100 110001 101 101100100 1010010 1000110

Color Harmonies of #F1747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1747C

Black with #F1747C

Text Example


Text Example

White with #F1747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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