Html Css Color HEX #F1737F Froly

📋 copy color: '#F1737F'

red 241 ◦ green 115 ◦ blue 127

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

Shades of Froly #F1737F

Tints of Froly #F1737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.29%

R = 49.9%
G = 23.81%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1737F (or 0xF1737F) is known color: Froly. HEX triplet: F1, 73 and 7F. RGB value is (241,115,127). Sum of RGB (Red+Green+Blue) = 241+115+127=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1737F is #0E8C80. Grayscale: #9A9A9A. Windows color (decimal): -953473 or 8352753. OLE color: 8352753.

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

Color convert

RGB 241 115 127 -
CMYK 0 0.52 0.47 0.05
HSL 354.29º 0.82% 0.7% -
HSV(B) 354.29º 0.52% 0.95% -
XYZ 46.24 32.49 23.91 -
YUV 154.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 241 115 127 0 0.52 0.47 0.05 354.29 0.82 0.7
Hex F1 73 7F 0 34 2F 5 162 52 46
Octal 361 163 177 0 64 57 5 542 122 106
Binary 11110001 1110011 1111111 0 110100 101111 101 101100010 1010010 1000110

Color Harmonies of #F1737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1737F

Black with #F1737F

Text Example


Text Example

White with #F1737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1737F; }

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

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

background-color css

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

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

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

border-color css

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

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

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