Html Css Color HEX #F1737C Froly

📋 copy color: '#F1737C'

red 241 ◦ green 115 ◦ blue 124

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

Shades of Froly #F1737C

Tints of Froly #F1737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.96%

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

R = 50.21%
G = 23.96%
B = 25.83%

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

#F1737C (or 0xF1737C) is known color: Froly. HEX triplet: F1, 73 and 7C. RGB value is (241,115,124). Sum of RGB (Red+Green+Blue) = 241+115+124=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1737C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1737C is #0E8C83. Grayscale: #999999. Windows color (decimal): -953476 or 8156145. OLE color: 8156145.

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

Color convert

RGB 241 115 124 -
CMYK 0 0.52 0.49 0.05
HSL 355.71º 0.82% 0.7% -
HSV(B) 355.71º 0.52% 0.95% -
XYZ 46.04 32.42 22.9 -
YUV 153.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 241 115 124 0 0.52 0.49 0.05 355.71 0.82 0.7
Hex F1 73 7C 0 34 31 5 164 52 46
Octal 361 163 174 0 64 61 5 544 122 106
Binary 11110001 1110011 1111100 0 110100 110001 101 101100100 1010010 1000110

Color Harmonies of #F1737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1737C

Black with #F1737C

Text Example


Text Example

White with #F1737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1737C; }

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

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

background-color css

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

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

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

border-color css

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

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

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